From bc9f483c8ee551b7aea18c9f1b7a863a782f7986 Mon Sep 17 00:00:00 2001 From: Afeyer <1500527791@qq.com> Date: Fri, 10 Sep 2021 10:08:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=8F=9C=E5=8D=95=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E5=8F=91=E9=80=81=E7=BB=93=E6=9D=9F=E6=96=87?= =?UTF-8?q?=E6=9C=AC=20(#477)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat:菜单消息支持发送结束文本 Co-authored-by: Afeyer --- work/kf/sendmsg/message.go | 1 + 1 file changed, 1 insertion(+) diff --git a/work/kf/sendmsg/message.go b/work/kf/sendmsg/message.go index 48cc77a..821e63a 100644 --- a/work/kf/sendmsg/message.go +++ b/work/kf/sendmsg/message.go @@ -83,6 +83,7 @@ type Menu struct { MsgMenu struct { HeadContent string `json:"head_content"` // 消息内容,不多于1024字节 List []interface{} `json:"list"` // 菜单项配置 + TailContent string `json:"tail_content"` // 结束文本, 不多于1024字 } `json:"msgmenu"` }