File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
weixin-java-common/src/main/java/me/chanjar/weixin/common/api Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -101,9 +101,17 @@ public class WxConsts {
101101 public static final String EVT_USER_VIEW_CARD = "user_view_card" ;
102102 public static final String EVT_USER_ENTER_SESSION_FROM_CARD = "user_enter_session_from_card" ;
103103 public static final String EVT_CARD_SKU_REMIND = "card_sku_remind" ; // 库存报警
104+ /**
105+ * 会员卡内容更新事件
106+ */
107+ public static final String EVT_UPDATE_MEMBER_CARD = "update_member_card" ;
108+
109+
110+ //以下为客服相关事件
104111 public static final String EVT_KF_CREATE_SESSION = "kf_create_session" ; // 客服接入会话
105112 public static final String EVT_KF_CLOSE_SESSION = "kf_close_session" ; // 客服关闭会话
106113 public static final String EVT_KF_SWITCH_SESSION = "kf_switch_session" ; // 客服转接会话
114+
107115 public static final String EVT_POI_CHECK_NOTIFY = "poi_check_notify" ; //门店审核事件推送
108116 public static final String EVT_SUBMIT_MEMBERCARD_USER_INFO = "submit_membercard_user_info" ; //接收会员信息事件推送
109117
You can’t perform that action at this time.
0 commit comments