api.js 365 B

1234567891011121314
  1. // 生产环境接口地址
  2. const DOMAIN = "https://app.hainanruiyu.cn";
  3. const REPORT_DOMAIN = "https://tj.hainanruiyu.cn";
  4. const apiConfig = {
  5. COMMON: `${DOMAIN}/api/dyxyx/index.php`,
  6. IOS_REPORT: `${REPORT_DOMAIN}/api/userinfo.php`,
  7. ANDROID_REPORT: `${REPORT_DOMAIN}/api/userinfo.php`,
  8. AD_REPORT: "",
  9. IPV4: "",
  10. IPV6: "",
  11. };
  12. export default apiConfig;