🎨 增加代码审核结果推送事件类型常量-审核延后

This commit is contained in:
zhangruhong 2024-06-16 05:49:19 +08:00 committed by GitHub
parent b7cbba14e9
commit 364f1cac07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";
/**
* 小程序自定义交易组件支付通知
*/