🎨 新增view_miniprogram事件类型常量

This commit is contained in:
aniaan 2022-01-24 23:51:38 +08:00 committed by GitHub
parent bd670742e7
commit b8dd04b89f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -345,6 +345,11 @@ public class WxConsts {
*/
public static final String WEAPP_AUDIT_FAIL = "weapp_audit_fail";
/**
* 点击菜单跳转小程序的事件推送
*/
public static final String VIEW_MINIPROGRAM = "view_miniprogram";
}
/**