🎨 #3212【企业微信】增加微信客服回调事件支持

This commit is contained in:
0katekate0
2024-01-12 19:53:37 +08:00
committed by GitHub
parent d0324c6771
commit d957896ac1
3 changed files with 58 additions and 1 deletions

View File

@ -301,6 +301,11 @@ public class WxConsts {
public static final String CLICK = "CLICK";
public static final String VIEW = "VIEW";
public static final String MASS_SEND_JOB_FINISH = "MASSSENDJOBFINISH";
/**
* 微信客服消息事件推送
*/
public static final String KF_MSG_OR_EVENT = "kf_msg_or_event";
/**
* 扫码推事件的事件推送
*/