1
0
mirror of synced 2026-02-09 12:17:54 +08:00

🎨 #2777【企业微信】 增加直播回调事件常量支持

This commit is contained in:
0katekate0
2022-08-12 17:10:00 +08:00
committed by GitHub
parent fe49e5af11
commit c84b46a55b
3 changed files with 25 additions and 2 deletions

View File

@@ -154,6 +154,11 @@ public class WxCpConsts {
*/
public static final String MSGAUDIT_NOTIFY = "msgaudit_notify";
/**
* 直播回调事件
*/
public static final String LIVING_STATUS_CHANGE = "living_status_change";
}
/**