mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-04 12:52:27 +08:00
feat: 菜单消息支持发送结束文本 (#477)
* feat:菜单消息支持发送结束文本 Co-authored-by: Afeyer <afeyer@h5base.cn>
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user