[2.15.0]..

This commit is contained in:
zhongchao
2023-04-13 18:43:26 +08:00
parent 976bd6a275
commit ec1a359dd3

View File

@@ -16,7 +16,6 @@ class AiCloudIdentifyNetWorkModel private constructor(){
val aiCloudIdentifyNetWorkModel by lazy(LazyThreadSafetyMode.SYNCHRONIZED) {
AiCloudIdentifyNetWorkModel()
}
}
private fun getNetWorkApi(baseUrl: String = getEagleHost()): IAiCloudIdentifyApiService {
return MoGoRetrofitFactory.getInstanceNoCallAdapter(baseUrl)