[2.15.0] fix bug of log and roma host , and obu from telematics source
This commit is contained in:
@@ -27,9 +27,8 @@ class AiCloudIdentifyNetWorkModel private constructor(){
|
||||
return host
|
||||
}
|
||||
|
||||
//todo test emArrow
|
||||
private fun getNetWorkApi(baseUrl: String = getHost()): IAiCloudIdentifyApiService {
|
||||
return MoGoRetrofitFactory.getInstanceNoCallAdapter("http://dzt-qa-city.zhidaozhixing.com")
|
||||
return MoGoRetrofitFactory.getInstanceNoCallAdapter(baseUrl)
|
||||
.create(IAiCloudIdentifyApiService::class.java)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user