We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d489e commit b3b8c27Copy full SHA for b3b8c27
weixin-java-common/src/main/java/me/chanjar/weixin/common/api/WxConsts.java
@@ -302,6 +302,7 @@ public static class EventType {
302
public static final String VIEW = "VIEW";
303
public static final String MASS_SEND_JOB_FINISH = "MASSSENDJOBFINISH";
304
305
+ public static final String SYS_APPROVAL_CHANGE = "sys_approval_change";
306
/**
307
* 扫码推事件的事件推送
308
*/
0 commit comments