From cca999a18da4bb5f0c6fd2e25a6363165cb7360b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B6=85=E7=BA=A7=E8=80=81=E7=99=BD=E5=85=94?= Date: Mon, 1 Sep 2025 17:33:47 +0800 Subject: [PATCH] =?UTF-8?q?FEAT=20=3D>=20=E6=9C=AC=E6=AC=A1=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E9=A1=B9=E7=9B=AE=E4=B8=BA=EF=BC=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cunkebao/src/store/module/websocket.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cunkebao/src/store/module/websocket.ts b/Cunkebao/src/store/module/websocket.ts index 928584fd..32b42897 100644 --- a/Cunkebao/src/store/module/websocket.ts +++ b/Cunkebao/src/store/module/websocket.ts @@ -296,6 +296,11 @@ export const useWebSocketStore = createPersistStore( client: currentState.config?.client || "kefu-client", seq: +new Date(), }); + //获取UserId + currentState.sendCommand("CmdRequestWechatAccountsAliveStatus", { + wechatAccountIds: ["300745", "4880930", "32686452"], + seq: +new Date(), + }); } Toast.show({ content: "WebSocket连接成功", position: "top" });