申请退款接口

This commit is contained in:
liming
2022-08-31 15:54:44 +08:00
parent 57ff6a80ec
commit 81bb1f3563
4 changed files with 59 additions and 2 deletions

View File

@@ -542,6 +542,7 @@ public class WxMaApiUrlConstants {
interface Pay {
String CREATE_ORDER = "https://api.weixin.qq.com/shop/pay/createorder";
String GET_ORDER = "https://api.weixin.qq.com/shop/pay/getorder";
String REFUND_ORDER = "https://api.weixin.qq.com/shop/pay/refundorder";
}
}