From 0e38036a6899777433fe70fbd96873fcca5f1cd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AF=BB=E6=AC=A2?= Date: Mon, 15 Jan 2024 11:48:03 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E5=A4=8DAI=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E4=BC=9A=E5=93=8D=E5=BA=94`@=E6=89=80=E6=9C=89=E4=BA=BA`?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model/message.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/message.go b/model/message.go index 5f4f437..f2d240b 100644 --- a/model/message.go +++ b/model/message.go @@ -115,7 +115,7 @@ func (m Message) IsAt() bool { func (m Message) IsAtAll() bool { // 解析raw里面的xml var d atMsgDataXml - if err := xml.Unmarshal([]byte(m.Raw), &d); err != nil { + if err := xml.Unmarshal([]byte(m.Signature), &d); err != nil { return false } // 转换@用户列表为数组