Ver código fonte

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

close #693
okhowang 3 anos atrás
pai
commit
86cbd8c0b2
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      officialaccount/message/message.go

+ 1 - 0
officialaccount/message/message.go

@@ -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"`