File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
weixin-java-common/src/main/java/me/chanjar/weixin/common/api Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff 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" ; // 客服接入会话
You can’t perform that action at this time.
0 commit comments