|
@@ -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) {
|