mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-25 01:14:36 +08:00
🎨 新增view_miniprogram事件类型常量
This commit is contained in:
parent
bd670742e7
commit
b8dd04b89f
@ -345,6 +345,11 @@ public class WxConsts {
|
|||||||
*/
|
*/
|
||||||
public static final String WEAPP_AUDIT_FAIL = "weapp_audit_fail";
|
public static final String WEAPP_AUDIT_FAIL = "weapp_audit_fail";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 点击菜单跳转小程序的事件推送
|
||||||
|
*/
|
||||||
|
public static final String VIEW_MINIPROGRAM = "view_miniprogram";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user