获取订单详情接口

This commit is contained in:
liming
2022-08-31 15:40:30 +08:00
parent db5826cfcf
commit 57ff6a80ec
4 changed files with 123 additions and 2 deletions

View File

@@ -541,6 +541,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";
}
}