| 123456789101112 |
- // const baseUrl = 'http://127.0.4.20' // 接口域名
- const baseUrl = 'https://xl.mp.dongerkj.com' // 接口域名
- const cache_preffix = 'xl' // 缓存前缀
- const sign_key = 'xlapp1.0' // 签名密钥
- const api_version = 'v1' // 接口本本
- export {
- baseUrl,
- cache_preffix,
- sign_key,
- api_version
- }
|