[2.13.2]fix bug of binder context and aicloud request httpds problem
This commit is contained in:
@@ -19,10 +19,10 @@ class AiCloudIdentifyNetWorkModel {
|
||||
}
|
||||
|
||||
private fun getHost(): String {
|
||||
var host = "https://dzt-city.zhidaozhixing.com"
|
||||
var host = "http://dzt-city.zhidaozhixing.com"
|
||||
when (DebugConfig.getNetMode()) {
|
||||
DebugConfig.NET_MODE_DEV,
|
||||
DebugConfig.NET_MODE_QA -> host = "https://dzt-qa-city.zhidaozhixing.com"
|
||||
DebugConfig.NET_MODE_QA -> host = "http://dzt-qa-city.zhidaozhixing.com"
|
||||
}
|
||||
return host
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user