#642 公众号通知事件推送消息里增加对微信小店订单付款通知事件类型为merchant_order的支持

This commit is contained in:
Binary Wang
2018-06-26 21:43:29 +08:00
parent 4710354d96
commit 9e9e773dc3
2 changed files with 94 additions and 59 deletions

View File

@@ -159,6 +159,10 @@ public class WxConsts {
public static final String LOCATION_SELECT = "location_select";
public static final String TEMPLATE_SEND_JOB_FINISH = "TEMPLATESENDJOBFINISH";
public static final String ENTER_AGENT = "enter_agent";
/**
* 微信小店 订单付款通知.
*/
public static final String MERCHANT_ORDER = "merchant_order";
}
/**