diff --git a/Cunkebao/src/pages/pc/ckbox/index.tsx b/Cunkebao/src/pages/pc/ckbox/index.tsx index 69a69ee8..b0112675 100644 --- a/Cunkebao/src/pages/pc/ckbox/index.tsx +++ b/Cunkebao/src/pages/pc/ckbox/index.tsx @@ -37,7 +37,6 @@ const CkboxPage: React.FC = () => { setInterval(() => { sendCommand("CmdRequestWechatAccountsAliveStatus", { wechatAccountIds: kfUserList.map(v => v.id), - seq: +new Date(), }); }, 10 * 1000); } diff --git a/Cunkebao/src/store/module/websocket/websocket.ts b/Cunkebao/src/store/module/websocket/websocket.ts index 34e39846..ebfe53a2 100644 --- a/Cunkebao/src/store/module/websocket/websocket.ts +++ b/Cunkebao/src/store/module/websocket/websocket.ts @@ -233,6 +233,7 @@ export const useWebSocketStore = createPersistStore( const command = { cmdType, ...data, + seq: +new Date(), }; try {