[2.15.0]fix }bug

This commit is contained in:
zhongchao
2023-04-13 19:53:46 +08:00
parent 2a4ee254df
commit 7a1933055c

View File

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