From 58cc070c81043e6cf7ce0b08986b797f429c7185 Mon Sep 17 00:00:00 2001 From: lixiangwuxian Date: Thu, 10 Apr 2025 00:08:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=20help=20=E5=87=BD?= =?UTF-8?q?=E6=95=B0=E4=B8=AD=E7=9A=84=E5=86=85=E5=AE=B9=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E4=B8=BA=E6=8C=87=E9=92=88=E7=B1=BB=E5=9E=8B=EF=BC=8C=E4=BB=A5?= =?UTF-8?q?=E7=A1=AE=E4=BF=9D=E6=95=B0=E6=8D=AE=E6=AD=A3=E7=A1=AE=E4=BC=A0?= =?UTF-8?q?=E9=80=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handler/help/help.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handler/help/help.go b/handler/help/help.go index cec81ed..23f25e5 100644 --- a/handler/help/help.go +++ b/handler/help/help.go @@ -34,7 +34,7 @@ func help(msg model.Message) *model.Reply { nodeMsg.Data.ID = "10086" nodeMsg.Data.UserID = "123456789" nodeMsg.Data.Nickname = "test" - nodeMsg.Data.Content = []any{textMsg} + nodeMsg.Data.Content = []any{&textMsg} return &model.Reply{ ReplyMsg: []any{&nodeMsg}, ReferOriginMsg: false,