[6.2.6][Feat]新增Taxi所需模型
This commit is contained in:
@@ -5,10 +5,10 @@ import com.mogo.eagle.core.data.config.FunctionBuildConfig;
|
||||
|
||||
public class HostConst {
|
||||
public static final String HOST_DEV = "https://eagle-qa.zhidaozhixing.com";
|
||||
public static final String HOST_RELEASE = "http://eagle-mis.zhidaozhixing.com";
|
||||
public static final String HOST_RELEASE = "https://eagle-mis.zhidaozhixing.com";
|
||||
|
||||
public static final String HOST_EAGLE_QA = "https://eagle-dns-qa.zhidaozhixing.com/";
|
||||
public static final String HOST_EAGLE_RELEASE = "http://eagle-dns.zhidaozhixing.com/";
|
||||
public static final String HOST_EAGLE_RELEASE = "https://eagle-dns.zhidaozhixing.com/";
|
||||
|
||||
public static String getHost() {
|
||||
String host = HOST_RELEASE;
|
||||
|
||||
Reference in New Issue
Block a user