[6.4.4] add note and update cos url

This commit is contained in:
EmArrow
2024-05-30 17:25:06 +08:00
parent ae6f87ad3b
commit bb850a0958
2 changed files with 3 additions and 3 deletions

View File

@@ -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()){