future 1 rok temu
rodzic
commit
818c2e454d
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      assets/script/http.ts

+ 2 - 2
assets/script/http.ts

@@ -3,8 +3,8 @@ import { config } from './config';
 const { ccclass, property } = _decorator;
 @ccclass('http')
 export class http {
-    public static domain = config.debug ? "https://zcapi.xwrun.com" : "https://zcapi.hainanmlwl.com";
-    public static static_domain = config.debug ? "https://zcapi.xwrun.com" : "https://static.hainanmlwl.com"
+    public static domain = config.debug ? "https://tstzcapi.hainanmlwl.com" : "https://zcapi.hainanmlwl.com";
+    public static static_domain = config.debug ? "https://tstzcapi.hainanmlwl.com" : "https://static.hainanmlwl.com"
     public static statistics_domain = config.debug ? "http://logads.xwrun.com" : "https://logads.hainanmlwl.com";
 
     static post(url, data, call_back) {