统一域名

This commit is contained in:
lixiaopeng
2022-10-10 15:17:34 +08:00
parent 503755609b
commit f7b2fdd014
4 changed files with 30 additions and 14 deletions

View File

@@ -22,7 +22,4 @@ public class HostConst {
public static final String BINDING_SN_HOST = "https://mygateway.zhidaozhixing.com/cmdbapi/"; //中台提供的接口服务
public static final String BINDING_SN_HOST_TEST = "https://mygateway.zhidaozhixing.com/cmdbapitest/"; //中台提供的接口服务测试
// public static final String UPGRADE_APP_HOST = "http://10.0.200.12:32423?/";
public static final String UPGRADE_APP_HOST = "https://eagle-qa.zhidaozhixing.com/";
}