Skip to content

Commit

Permalink
🆕 #1774 企业微信增加系统审批事件推送的事件常量
Browse files Browse the repository at this point in the history
  • Loading branch information
binarywang committed Sep 26, 2020
1 parent f212f02 commit 5ecfaf7
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,15 @@ public static class EventType {
public static final String CHANGE_EXTERNAL_CONTACT = "change_external_contact";

/**
* 企业微信审批事件推送
* 企业微信审批事件推送(自建应用审批)
*/
public static final String OPEN_APPROVAL_CHANGE = "open_approval_change";

/**
* 企业微信审批事件推送(系统审批)
*/
public static final String SYS_APPROVAL_CHANGE = "sys_approval_change";

/**
* 修改日历事件
*/
Expand Down

0 comments on commit 5ecfaf7

Please sign in to comment.