From 7a1933055cb733ad35615a7a726dfe8453b23edf Mon Sep 17 00:00:00 2001 From: zhongchao Date: Thu, 13 Apr 2023 19:53:46 +0800 Subject: [PATCH] [2.15.0]fix }bug --- .../core/function/business/ai/net/AiCloudIdentifyNetWorkModel.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/business/ai/net/AiCloudIdentifyNetWorkModel.kt b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/business/ai/net/AiCloudIdentifyNetWorkModel.kt index 2885e542e1..57f6e064f3 100644 --- a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/business/ai/net/AiCloudIdentifyNetWorkModel.kt +++ b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/business/ai/net/AiCloudIdentifyNetWorkModel.kt @@ -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)