mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-11-26 10:19:46 +08:00
#642 公众号通知事件推送消息里增加对微信小店订单付款通知事件类型为merchant_order的支持
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user