From 9e101e924e33d02c97e988f4d97159bae98ab020 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: Thu, 27 Nov 2025 17:00:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=9C=80=E7=BB=88=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E5=90=8C=E6=AD=A5=E5=A4=84=E7=90=86=E9=80=BB=E8=BE=91?= =?UTF-8?q?=EF=BC=8C=E7=A1=AE=E4=BF=9D=E5=9C=A8=E6=B6=88=E6=81=AF=E5=8F=91?= =?UTF-8?q?=E9=80=81=E5=90=8E=E6=AD=A3=E7=A1=AE=E6=9B=B4=E6=96=B0=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E7=8A=B6=E6=80=81=E5=92=8C=E7=9B=B8=E5=85=B3=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Touchkebao/src/store/module/websocket/msgManage.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Touchkebao/src/store/module/websocket/msgManage.ts b/Touchkebao/src/store/module/websocket/msgManage.ts index d83fce6a..32666c59 100644 --- a/Touchkebao/src/store/module/websocket/msgManage.ts +++ b/Touchkebao/src/store/module/websocket/msgManage.ts @@ -70,6 +70,15 @@ const messageHandlers: Record = { updateMessage(message.friendMessageId || message.chatroomMessageId, { sendStatus: 0, }); + // 最终消息同步处理 + dataProcessing({ + chatroomMessageId: message.chatroomMessageId, + friendMessageId: message.friendMessageId, + sendStatus: message.sendStatus, + type: "CmdSendMessageResult", + wechatAccountId: 1, + wechatTime: message.wechatTime, + }); }, // 接收消息响应 CmdReceiveMessageResp: message => {