mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 17:38:05 +08:00
🎨 增加代码审核结果推送事件类型常量-审核延后
This commit is contained in:
parent
b7cbba14e9
commit
364f1cac07
@ -431,6 +431,12 @@ public class WxConsts {
|
||||
*/
|
||||
public static final String WEAPP_AUDIT_FAIL = "weapp_audit_fail";
|
||||
|
||||
|
||||
/**
|
||||
* 小程序审核事件:审核延后
|
||||
*/
|
||||
public static final String WEAPP_AUDIT_DELAY = "weapp_audit_delay";
|
||||
|
||||
/**
|
||||
* 小程序自定义交易组件支付通知
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user