Skip to content

Commit ba87eeb

Browse files
committed
WxConsts增加微信推送券点流水详情card_pay_order事件常量 binarywang#219
1 parent f216167 commit ba87eeb

File tree

1 file changed

+6
-1
lines changed
  • weixin-java-common/src/main/java/me/chanjar/weixin/common/api

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ public class WxConsts {
8888
public static final String EVT_LOCATION_SELECT = "location_select";
8989
public static final String EVT_TEMPLATESENDJOBFINISH = "TEMPLATESENDJOBFINISH";
9090
public static final String EVT_ENTER_AGENT = "enter_agent";
91+
92+
//以下为卡券相关事件
9193
public static final String EVT_CARD_PASS_CHECK = "card_pass_check";
9294
public static final String EVT_CARD_NOT_PASS_CHECK = "card_not_pass_check";
9395
public static final String EVT_USER_GET_CARD = "user_get_card";
@@ -105,7 +107,10 @@ public class WxConsts {
105107
* 会员卡内容更新事件
106108
*/
107109
public static final String EVT_UPDATE_MEMBER_CARD = "update_member_card";
108-
110+
/**
111+
* 券点流水详情事件
112+
*/
113+
public static final String EVT_CARD_PAY_ORDER = "card_pay_order";
109114

110115
//以下为客服相关事件
111116
public static final String EVT_KF_CREATE_SESSION = "kf_create_session"; // 客服接入会话

0 commit comments

Comments
 (0)