8000 :art: 【企业微信】消息推送里添加更多的事件类型常量 · ericxu9/WxJava@3e25e40 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3e25e40

Browse files
authored
🎨 【企业微信】消息推送里添加更多的事件类型常量
1 parent 9c8ac1f commit 3e25e40

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

weixin-java-cp/src/main/java/me/chanjar/weixin/cp/constant/WxCpConsts.java

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,31 @@ public static class EventType {
9393
*/
9494
public static final String TASKCARD_CLICK = "taskcard_click";
9595

96+
/**
97+
* 企业互联共享应用事件回调.
98+
*/
99+
public static final String SHARE_AGENT_CHANGE = "share_agent_change";
100+
101+
/**
102+
* 上下游共享应用事件回调.
103+
*/
104+
public static final String SHARE_CHAIN_CHANGE = "share_chain_change";
105+
106+
/**
107+
* 通用模板卡片右上角菜单事件推送.
108+
*/
109+
public static final String TEMPLATE_CARD_MENU_EVENT = "template_card_menu_event";
110+
111+
/**
112+
* 长期未使用应用临时停用事件.
113+
*/
114+
public static final String CLOSE_INACTIVE_AGENT = "close_inactive_agent";
115+
116+
/**
117+
* 长期未使用应用重新启用事件.
118+
*/
119+
public static final String REOPEN_INACTIVE_AGENT = "reopen_inactive_agent";
120+
96121
/**
97122
* 企业成员添加外部联系人事件推送 & 会话存档客户同意进行聊天内容存档事件回调事件
98123
*/

0 commit comments

Comments
 (0)
0