From bb850a0958e143570eedffc240ca7e87ba44fbea Mon Sep 17 00:00:00 2001 From: EmArrow Date: Thu, 30 May 2024 17:25:06 +0800 Subject: [PATCH] [6.4.4] add note and update cos url --- .../com/mogo/eagle/core/function/chat/facade/consts/Consts.kt | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/function-impl/mogo-core-function-chat/src/main/java/com/mogo/eagle/core/function/chat/facade/consts/Consts.kt b/core/function-impl/mogo-core-function-chat/src/main/java/com/mogo/eagle/core/function/chat/facade/consts/Consts.kt index f94a45b90c..a61d4268fc 100644 --- a/core/function-impl/mogo-core-function-chat/src/main/java/com/mogo/eagle/core/function/chat/facade/consts/Consts.kt +++ b/core/function-impl/mogo-core-function-chat/src/main/java/com/mogo/eagle/core/function/chat/facade/consts/Consts.kt @@ -44,7 +44,7 @@ class ChatHttp { companion object { private const val SOCKET_SERVER = "ws://dzt-chat.zhidaozhixing.com/ws" - private const val DEV_SOCKET_SERVER = "ws://dzt-test.zhidaohulian.com/ws" + private const val DEV_SOCKET_SERVER = "wws://dzt-test.zhidaohulian.com/ws" //暂未替换域名,如果未来路测可能不通 fun getSocketServer(): String { return if(FunctionBuildConfig.urlJson.chartSocketUrl.isEmpty()){ diff --git a/gradle.properties b/gradle.properties index 00917f063b..1dc92a04f1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -59,9 +59,9 @@ bytex.forbidUseLenientMutationDuringGetArtifact=true bytex.verifyProguardConfigurationChanged=false bytex.ASM_API=ASM7 -################ 外部依赖引用 ################ +################ 外部依赖引用 ################w # loglib -LOGLIB_VERSION=1.10.8 +LOGLIB_VERSION=1.10.16 ######## MogoAiCloudSDK Version ######## # 网络请求LOGLIB_VERSION MOGO_NETWORK_VERSION=1.4.7.23