Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3e25e40

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

File tree

Expand file treeCollapse file tree

1 file changed

+25
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+25
-0
lines changed

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

Copy file name to clipboardExpand all lines: weixin-java-cp/src/main/java/me/chanjar/weixin/cp/constant/WxCpConsts.java
+25Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.