index.js 319 B

1234567891011121314
  1. export default {
  2. base: {
  3. dev: 'http://47.113.222.56:7001',
  4. pro: 'http://47.113.222.56:7001'
  5. },
  6. // appID: '10031',
  7. // appKey: '82a8bf439373e331',
  8. // appSecret: '82a8bf439373e331',
  9. //测试
  10. appID: '10000',
  11. appKey: '82a8bf439373e304',
  12. appSecret: '82a8bf439373e304',
  13. TokenKey:"Authorization",
  14. }