const.js 297 B

123456789101112
  1. // 常量列表
  2. module.exports = {
  3. openid: '',
  4. // imgUrl: 'https://efunimgs.ai160.com/',
  5. // apiUrl: 'https://weixin.ai160.com/',
  6. // host: 'wss://weixin.ai160.com/wx/websocket'
  7. // ----测试环境-----
  8. apiUrl: 'https://weixin.efunbox.cn/',
  9. // apiUrl: 'https://schedule.api.ai160.com/'
  10. }