mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🆕 #2615 【企业微信】增加企业微信应用市场付费部分接口支持
This commit is contained in:
@@ -47,6 +47,31 @@ public class WxCpTpConsts {
|
||||
*/
|
||||
public static final String CHANGE_EXTERNAL_CONTACT = "change_external_contact";
|
||||
|
||||
/**
|
||||
* 下单成功通知
|
||||
*/
|
||||
public static final String OPEN_ORDER = "open_order";
|
||||
|
||||
/**
|
||||
* 改单通知
|
||||
*/
|
||||
public static final String CHANGE_ORDER = "change_order";
|
||||
|
||||
/**
|
||||
* 支付成功通知
|
||||
*/
|
||||
public static final String PAY_FOR_APP_SUCCESS = "pay_for_app_success";
|
||||
|
||||
/**
|
||||
* 退款通知
|
||||
*/
|
||||
public static final String REFUND = "refund";
|
||||
|
||||
/**
|
||||
* 付费版本变更通知
|
||||
*/
|
||||
public static final String CHANGE_EDITION = "change_editon";
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user