const.js 250 B

1234567891011
  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. }