mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-12 08:42:28 +08:00
Add Event Type (#596)
* fix issue #586 #543 * add EventViewMiniprogram wechat EventType Co-authored-by: Wang Rong <wangron@tesla.com>
This commit is contained in:
@@ -68,6 +68,8 @@ const (
|
|||||||
EventPicWeixin EventType = "pic_weixin"
|
EventPicWeixin EventType = "pic_weixin"
|
||||||
// EventLocationSelect 弹出地理位置选择器的事件推送
|
// EventLocationSelect 弹出地理位置选择器的事件推送
|
||||||
EventLocationSelect EventType = "location_select"
|
EventLocationSelect EventType = "location_select"
|
||||||
|
// EventViewMiniprogram 点击菜单跳转小程序的事件推送
|
||||||
|
EventViewMiniprogram EventType = "view_miniprogram"
|
||||||
// EventTemplateSendJobFinish 发送模板消息推送通知
|
// EventTemplateSendJobFinish 发送模板消息推送通知
|
||||||
EventTemplateSendJobFinish EventType = "TEMPLATESENDJOBFINISH"
|
EventTemplateSendJobFinish EventType = "TEMPLATESENDJOBFINISH"
|
||||||
// EventMassSendJobFinish 群发消息推送通知
|
// EventMassSendJobFinish 群发消息推送通知
|
||||||
|
|||||||
Reference in New Issue
Block a user