We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae86228 commit e620170Copy full SHA for e620170
sendmsg/message.go
@@ -83,6 +83,7 @@ type Menu struct {
83
MsgMenu struct {
84
HeadContent string `json:"head_content"` // 消息内容,不多于1024字节
85
List []interface{} `json:"list"` // 菜单项配置
86
+ TailContent string `json:"tail_content"` // 结束文本, 不多于1024字
87
} `json:"msgmenu"`
88
}
89
0 commit comments