From ec1a359dd3f2c6d01dbc28ce8b1f8fdefb59562c Mon Sep 17 00:00:00 2001 From: zhongchao Date: Thu, 13 Apr 2023 18:43:26 +0800 Subject: [PATCH] [2.15.0].. --- .../core/function/business/ai/net/AiCloudIdentifyNetWorkModel.kt | 1 - 1 file changed, 1 deletion(-) 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 57f6e064f3..2885e542e1 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,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)