We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b0460 commit 29f054aCopy full SHA for 29f054a
weixin-java-common/src/main/java/me/chanjar/weixin/common/api/WxConsts.java
@@ -101,6 +101,7 @@ public class WxConsts {
101
public static final String EVT_KF_CLOSE_SESSION = "kf_close_session"; // 客服关闭会话
102
public static final String EVT_KF_SWITCH_SESSION = "kf_switch_session"; // 客服转接会话
103
public static final String EVT_POI_CHECK_NOTIFY = "poi_check_notify"; //门店审核事件推送
104
+ public static final String EVN_SUBMIT_MEMBERCARD_USER_INFO = "submit_membercard_user_info"; //接收会员信息事件推送
105
//以下为微信认证事件
106
/**
107
* 资质认证成功
0 commit comments