Skip to content

Commit e620170

Browse files
committed
feat:菜单消息支持结束文本
1 parent ae86228 commit e620170

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sendmsg/message.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ type Menu struct {
8383
MsgMenu struct {
8484
HeadContent string `json:"head_content"` // 消息内容,不多于1024字节
8585
List []interface{} `json:"list"` // 菜单项配置
86+
TailContent string `json:"tail_content"` // 结束文本, 不多于1024字
8687
} `json:"msgmenu"`
8788
}
8889

0 commit comments

Comments
 (0)