mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 02:28:25 +08:00 
			
		
		
		
	Merge pull request #145 from mgcnrx11/feat-newEventTypePR
增加接收会员信息事件的事件类型常量
This commit is contained in:
		| @ -101,6 +101,7 @@ public class WxConsts { | |||||||
|   public static final String EVT_KF_CLOSE_SESSION = "kf_close_session"; // 客服关闭会话 |   public static final String EVT_KF_CLOSE_SESSION = "kf_close_session"; // 客服关闭会话 | ||||||
|   public static final String EVT_KF_SWITCH_SESSION = "kf_switch_session"; // 客服转接会话 |   public static final String EVT_KF_SWITCH_SESSION = "kf_switch_session"; // 客服转接会话 | ||||||
|   public static final String EVT_POI_CHECK_NOTIFY = "poi_check_notify"; //门店审核事件推送 |   public static final String EVT_POI_CHECK_NOTIFY = "poi_check_notify"; //门店审核事件推送 | ||||||
|  |   public static final String EVN_SUBMIT_MEMBERCARD_USER_INFO = "submit_membercard_user_info"; //接收会员信息事件推送 | ||||||
|   //以下为微信认证事件 |   //以下为微信认证事件 | ||||||
|   /** |   /** | ||||||
|    * 资质认证成功 |    * 资质认证成功 | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang