Skip to content

Commit

Permalink
feat: 微信回调消息增加菜单ID字段 (silenceper#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
okhowang authored Jun 16, 2023
1 parent 46c3722 commit 86cbd8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions officialaccount/message/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ type MixMessage struct {
Title string `xml:"Title"`
Description string `xml:"Description"`
URL string `xml:"Url"`
BizMsgMenuID int64 `xml:"bizmsgmenuid"`

// 事件相关
Event EventType `xml:"Event" json:"Event"`
Expand Down

0 comments on commit 86cbd8c

Please sign in to comment.