2 files modified
1 files deleted
| | |
| | | |
| | | //获取 上架币种 列表 |
| | | const ctcAdvertList = (params) => { |
| | | params.symbol = params.symbol.toLocaleLowerCase() // 转换成小写 |
| | | // params.symbol = params.symbol.toLocaleLowerCase() // 转换成小写 |
| | | return httpJson({ |
| | | url: "/api/c2cAdvert!list.action", |
| | | method: "get", |
| | |
| | | export const TIME_OUT = 2000 // 请求频率 |
| | | |
| | | |
| | | const ENV_DEV = 'xinbi.jumpexs.com' // dev |
| | | // const ENV_DEV = 'xinbi.jumpexs.com' // dev |
| | | const ENV_DEV = 'csjys.yanshiz.com' // dev |
| | | |
| | | //const ENV_PRO = 'worldcoinpro.com' // 官网环境 |
| | | // const ENV_PRO = 'thjddu.com' // app域名 |