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

add return field

This commit is contained in:
wenzl
2017-11-16 09:28:27 +08:00
parent ca249f133f
commit 7e80674b7f

View File

@@ -58,6 +58,8 @@ const (
EventPicWeixin = "pic_weixin"
//EventLocationSelect 弹出地理位置选择器的事件推送
EventLocationSelect = "location_select"
//EventTemplateSendJobFinish 发送模板消息推送通知
EventTemplateSendJobFinish = "TEMPLATESENDJOBFINISH"
)
//MixMessage 存放所有微信发送过来的消息和事件
@@ -87,6 +89,7 @@ type MixMessage struct {
Longitude string `xml:"Longitude"`
Precision string `xml:"Precision"`
MenuID string `xml:"MenuId"`
Status string `xml:"Status"`
ScanCodeInfo struct {
ScanType string `xml:"ScanType"`