mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-13 01:02: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 {
|
MsgMenu struct {
|
||||||
HeadContent string `json:"head_content"` // 消息内容,不多于1024字节
|
HeadContent string `json:"head_content"` // 消息内容,不多于1024字节
|
||||||
List []interface{} `json:"list"` // 菜单项配置
|
List []interface{} `json:"list"` // 菜单项配置
|
||||||
|
TailContent string `json:"tail_content"` // 结束文本, 不多于1024字
|
||||||
} `json:"msgmenu"`
|
} `json:"msgmenu"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user