mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-09 23:22:27 +08:00
add return field
This commit is contained in:
@@ -58,6 +58,8 @@ const (
|
|||||||
EventPicWeixin = "pic_weixin"
|
EventPicWeixin = "pic_weixin"
|
||||||
//EventLocationSelect 弹出地理位置选择器的事件推送
|
//EventLocationSelect 弹出地理位置选择器的事件推送
|
||||||
EventLocationSelect = "location_select"
|
EventLocationSelect = "location_select"
|
||||||
|
//EventTemplateSendJobFinish 发送模板消息推送通知
|
||||||
|
EventTemplateSendJobFinish = "TEMPLATESENDJOBFINISH"
|
||||||
)
|
)
|
||||||
|
|
||||||
//MixMessage 存放所有微信发送过来的消息和事件
|
//MixMessage 存放所有微信发送过来的消息和事件
|
||||||
@@ -87,6 +89,7 @@ type MixMessage struct {
|
|||||||
Longitude string `xml:"Longitude"`
|
Longitude string `xml:"Longitude"`
|
||||||
Precision string `xml:"Precision"`
|
Precision string `xml:"Precision"`
|
||||||
MenuID string `xml:"MenuId"`
|
MenuID string `xml:"MenuId"`
|
||||||
|
Status string `xml:"Status"`
|
||||||
|
|
||||||
ScanCodeInfo struct {
|
ScanCodeInfo struct {
|
||||||
ScanType string `xml:"ScanType"`
|
ScanType string `xml:"ScanType"`
|
||||||
|
|||||||
Reference in New Issue
Block a user