1234567891011121314 |
- export default {
- base: {
- dev: 'http://47.113.222.56:7001',
- pro: 'http://47.113.222.56:7001'
- },
- // appID: '10031',
- // appKey: '82a8bf439373e331',
- // appSecret: '82a8bf439373e331',
- //测试
- appID: '10000',
- appKey: '82a8bf439373e304',
- appSecret: '82a8bf439373e304',
- TokenKey:"Authorization",
- }
|