| 1234567891011121314 |
- // 生产环境接口地址
- const DOMAIN = "https://app.hainanruiyu.cn";
- const REPORT_DOMAIN = "https://tj.hainanruiyu.cn";
- const apiConfig = {
- COMMON: `${DOMAIN}/api/dyxyx/index.php`,
- IOS_REPORT: `${REPORT_DOMAIN}/api/userinfo.php`,
- ANDROID_REPORT: `${REPORT_DOMAIN}/api/userinfo.php`,
- AD_REPORT: "",
- IPV4: "",
- IPV6: "",
- };
- export default apiConfig;
|