File tree Expand file tree Collapse file tree
weixin-java-cp/src/main/java/me/chanjar/weixin/cp/constant Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments