mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-06-28 13:16:19 +08:00
微信推送用户卡券转赠事件:WxConsts增加缺失的user_gifting_card事件常量 #212
This commit is contained in:
parent
ee834e2b7d
commit
b2a65d5648
@ -91,6 +91,10 @@ public class WxConsts {
|
||||
public static final String EVT_CARD_PASS_CHECK = "card_pass_check";
|
||||
public static final String EVT_CARD_NOT_PASS_CHECK = "card_not_pass_check";
|
||||
public static final String EVT_USER_GET_CARD = "user_get_card";
|
||||
/**
|
||||
* 卡券转赠事件
|
||||
*/
|
||||
public static final String EVT_USER_GIFTING_CARD = "user_gifting_card";
|
||||
public static final String EVT_USER_DEL_CARD = "user_del_card";
|
||||
public static final String EVT_USER_CONSUME_CARD = "user_consume_card";
|
||||
public static final String EVT_USER_PAY_FROM_PAY_CELL = "user_pay_from_pay_cell";
|
||||
@ -101,7 +105,8 @@ public class WxConsts {
|
||||
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_POI_CHECK_NOTIFY = "poi_check_notify"; //门店审核事件推送
|
||||
public static final String EVN_SUBMIT_MEMBERCARD_USER_INFO = "submit_membercard_user_info"; //接收会员信息事件推送
|
||||
public static final String EVT_SUBMIT_MEMBERCARD_USER_INFO = "submit_membercard_user_info"; //接收会员信息事件推送
|
||||
|
||||
//以下为微信认证事件
|
||||
/**
|
||||
* 资质认证成功
|
||||
|
Loading…
Reference in New Issue
Block a user