FEAT => 本次更新项目为:

This commit is contained in:
超级老白兔
2025-09-01 17:33:47 +08:00
parent 3198959cb7
commit cca999a18d

View File

@@ -296,6 +296,11 @@ export const useWebSocketStore = createPersistStore<WebSocketState>(
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" });