From 6224d9a292914ad7aeea87061ef064596000900f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Tue, 13 Aug 2024 00:59:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=8D=E5=90=88=E6=A0=BC=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/apis/msg.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/apis/msg.ts b/src/core/apis/msg.ts index a70c7a00..0ceeecfc 100644 --- a/src/core/apis/msg.ts +++ b/src/core/apis/msg.ts @@ -296,7 +296,7 @@ export class NTQQMsgApi { if (!arkElement) { continue; } - const forwardData: any = JSON.parse(arkElement.arkElement.bytesData); + const forwardData: any = JSON.parse(arkElement.arkElement?.bytesData || ""); if (forwardData.app != 'com.tencent.multimsg') { continue; }