We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8088c4a commit a3a8295Copy full SHA for a3a8295
weixin-java-common/src/main/java/me/chanjar/weixin/common/api/WxConsts.java
@@ -423,6 +423,20 @@ public static class EventType {
423
*/
424
public static final String VIEW_MINIPROGRAM = "view_miniprogram";
425
426
+ /**
427
+ * 订阅通知事件:用户操作订阅通知弹窗
428
+ */
429
+ public static final String SUBSCRIBE_MSG_POPUP_EVENT = "subscribe_msg_popup_event";
430
+
431
432
+ * 订阅通知事件:用户管理订阅通知
433
434
+ public static final String SUBSCRIBE_MSG_CHANGE_EVENT = "subscribe_msg_change_event";
435
436
437
+ * 订阅通知事件:发送订阅通知回调
438
439
+ public static final String SUBSCRIBE_MSG_SENT_EVENT = "subscribe_msg_sent_event";
440
}
441
442
/**
0 commit comments