Skip to content

Commit b2a65d5

Browse files
committed
微信推送用户卡券转赠事件:WxConsts增加缺失的user_gifting_card事件常量 binarywang#212
1 parent ee834e2 commit b2a65d5

File tree

1 file changed

+7
-2
lines changed
  • weixin-java-common/src/main/java/me/chanjar/weixin/common/api

1 file changed

+7
-2
lines changed

weixin-java-common/src/main/java/me/chanjar/weixin/common/api/WxConsts.java

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ public class WxConsts {
9191
public static final String EVT_CARD_PASS_CHECK = "card_pass_check";
9292
public static final String EVT_CARD_NOT_PASS_CHECK = "card_not_pass_check";
9393
public static final String EVT_USER_GET_CARD = "user_get_card";
94+
/**
95+
* 卡券转赠事件
96+
*/
97+
public static final String EVT_USER_GIFTING_CARD = "user_gifting_card";
9498
public static final String EVT_USER_DEL_CARD = "user_del_card";
9599
public static final String EVT_USER_CONSUME_CARD = "user_consume_card";
96100
public static final String EVT_USER_PAY_FROM_PAY_CELL = "user_pay_from_pay_cell";
@@ -101,7 +105,8 @@ public class WxConsts {
101105
public static final String EVT_KF_CLOSE_SESSION = "kf_close_session"; // 客服关闭会话
102106
public static final String EVT_KF_SWITCH_SESSION = "kf_switch_session"; // 客服转接会话
103107
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"; //接收会员信息事件推送
108+
public static final String EVT_SUBMIT_MEMBERCARD_USER_INFO = "submit_membercard_user_info"; //接收会员信息事件推送
109+
105110
//以下为微信认证事件
106111
/**
107112
* 资质认证成功
@@ -185,7 +190,7 @@ public class WxConsts {
185190
* 跳转图文消息URL
186191
*/
187192
public static final String BUTTON_VIEW_LIMITED = "view_limited";
188-
193+
189194
/**
190195
* 不弹出授权页面,直接跳转,只能获取用户openid
191196
*/

0 commit comments

Comments
 (0)