From a0570b85223bc5859386c4809e7cbd53b0d1ca12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E8=90=8C?= <494089941@qq.com> Date: Tue, 31 May 2022 17:36:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9websocket=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/utils/websocket/web_socket_util.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/websocket/web_socket_util.dart b/lib/utils/websocket/web_socket_util.dart index 498e0e7..a066202 100644 --- a/lib/utils/websocket/web_socket_util.dart +++ b/lib/utils/websocket/web_socket_util.dart @@ -28,7 +28,7 @@ class WebSocketUtil { static const String baseUri = 'wss://saas.kaidalai.cn/websocket/butlerApp'; String get urlAddress => - '$baseUri/${UserTool.userProvider.userInfoModel?.communityCode}/${UserTool.userProvider.userInfoModel?.nickName}'; + '$baseUri/${UserTool.userProvider.userInfoModel?.communityCode}/${UserTool.userProvider.userInfoModel?.nickName}/${UserTool.userProvider.userInfoModel?.id}'; ///连接状态 SOCKETSTATUS _socketStatus = SOCKETSTATUS.CLOSED;