[dev_arch_opt_3.0]
[Change] [ 1、补交更改接口地址将需要进行DNS转换的接口和部分通用接口统一由服务端进行中转解析 ]
This commit is contained in:
@@ -23,6 +23,8 @@ public class HostConst {
|
||||
public static final String HOST_DEV = "https://eagle-qa.zhidaozhixing.com";
|
||||
public static final String HOST_RELEASE = "https://eagle-mis.zhidaozhixing.com";
|
||||
|
||||
public static final String HOST_EAGLE_QA = "http://eagle-dns-qa.zhidaozhixing.com/";
|
||||
|
||||
public static String getHost() {
|
||||
String host = HOST_RELEASE;
|
||||
switch (DebugConfig.getNetMode()) {
|
||||
@@ -34,4 +36,10 @@ public class HostConst {
|
||||
return host;
|
||||
}
|
||||
|
||||
public static String getEagleHost(){
|
||||
return HOST_EAGLE_QA;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user