| 123456789101112131415161718192021222324252627 |
- // 生产环境接口地址
- const API_BASE = "https://app.hainanruiyu.cn/api/wxxyx";
- const REPORT_API_BASE = "https://tj.hainanruiyu.cn/api";
- const WX_API_BASE = "https://app.hainanruiyu.cn/api";
- // const IPV4_API_BASE = 'https://getipaddrv4.test.com'
- // const IPV6_API_BASE = 'https://getipaddrv6.test.com'
- //广告暂时废弃,后端传
- // const AD_BASE = 'https://adnotify.test.com/mvc/web/index.php'
- const apiConfig = {
- COMMON: `${API_BASE}/index.php`,
- IOS_REPORT: `${REPORT_API_BASE}/userinfo.php`,
- ANDROID_REPORT: `${REPORT_API_BASE}/userinfo.php`,
- WX_API: `${WX_API_BASE}/wxxyx/index.php`,
- AD_REPORT: "",
- IPV4: "",
- IPV6: "",
- // COMMON: `${API_BASE}/index.php`,
- // IOS_REPORT: `${REPORT_API_BASE}/pgIns.php`,
- // ANDROID_REPORT: `${REPORT_API_BASE}/andUserInfo.php`,
- // AD_REPORT: `${AD_BASE}?r=mimigame/ad-init-log`,
- // IPV4: `${IPV4_API_BASE}/mpsw/getIp.php`,
- // IPV6: `${IPV6_API_BASE}/mpsw/getIp.php`,
- };
- export default apiConfig;
|