Skip to content

Commit 9e9e773

Browse files
committed
binarywang#642 公众号通知事件推送消息里增加对微信小店订单付款通知事件类型为merchant_order的支持
1 parent 4710354 commit 9e9e773

File tree

2 files changed

+94
-59
lines changed

2 files changed

+94
-59
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,10 @@ public static class EventType {
159159
public static final String LOCATION_SELECT = "location_select";
160160
public static final String TEMPLATE_SEND_JOB_FINISH = "TEMPLATESENDJOBFINISH";
161161
public static final String ENTER_AGENT = "enter_agent";
162+
/**
163+
* 微信小店 订单付款通知.
164+
*/
165+
public static final String MERCHANT_ORDER = "merchant_order";
162166
}
163167

164168
/**

0 commit comments

Comments
 (0)