Skip to content

Commit b8dd04b

Browse files
authored
🎨 新增view_miniprogram事件类型常量
1 parent bd67074 commit b8dd04b

File tree

1 file changed

+5
-0
lines changed
  • weixin-java-common/src/main/java/me/chanjar/weixin/common/api

1 file changed

+5
-0
lines changed

weixin-java-common/src/main/java/me/chanjar/weixin/common/api/WxConsts.java

+5
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,11 @@ public static class EventType {
345345
*/
346346
public static final String WEAPP_AUDIT_FAIL = "weapp_audit_fail";
347347

348+
/**
349+
* 点击菜单跳转小程序的事件推送
350+
*/
351+
public static final String VIEW_MINIPROGRAM = "view_miniprogram";
352+
348353
}
349354

350355
/**

0 commit comments

Comments
 (0)