Skip to content

Commit 364f1ca

Browse files
authored
🎨 增加代码审核结果推送事件类型常量-审核延后
1 parent b7cbba1 commit 364f1ca

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,12 @@ public static class EventType {
431431
*/
432432
public static final String WEAPP_AUDIT_FAIL = "weapp_audit_fail";
433433

434+
435+
/**
436+
* 小程序审核事件:审核延后
437+
*/
438+
public static final String WEAPP_AUDIT_DELAY = "weapp_audit_delay";
439+
434440
/**
435441
* 小程序自定义交易组件支付通知
436442
*/

0 commit comments

Comments
 (0)