[2.15.0] fix bug of log and roma host , and obu from telematics source

This commit is contained in:
zhongchao
2023-04-12 18:27:13 +08:00
parent 2aeb897959
commit 7d876fbfd8
4 changed files with 11 additions and 11 deletions

View File

@@ -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)
}