1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-04 12:52:27 +08:00

feat: 微信回调消息增加菜单ID字段 (#694)

close #693
This commit is contained in:
okhowang
2023-06-16 18:07:15 +08:00
committed by GitHub
parent 46c3722308
commit 86cbd8c0b2

View File

@@ -123,6 +123,7 @@ type MixMessage struct {
Title string `xml:"Title"` Title string `xml:"Title"`
Description string `xml:"Description"` Description string `xml:"Description"`
URL string `xml:"Url"` URL string `xml:"Url"`
BizMsgMenuID int64 `xml:"bizmsgmenuid"`
// 事件相关 // 事件相关
Event EventType `xml:"Event" json:"Event"` Event EventType `xml:"Event" json:"Event"`