We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd67074 commit b8dd04bCopy full SHA for b8dd04b
1 file changed
weixin-java-common/src/main/java/me/chanjar/weixin/common/api/WxConsts.java
@@ -345,6 +345,11 @@ public static class EventType {
345
*/
346
public static final String WEAPP_AUDIT_FAIL = "weapp_audit_fail";
347
348
+ /**
349
+ * 点击菜单跳转小程序的事件推送
350
+ */
351
+ public static final String VIEW_MINIPROGRAM = "view_miniprogram";
352
+
353
}
354
355
/**
0 commit comments