🆕 #2772 【小程序】增加小程序支付管理之创建订单接口

This commit is contained in:
liming1019
2022-08-10 22:44:43 +08:00
committed by GitHub
parent ab26565377
commit cfa92390f2
8 changed files with 195 additions and 0 deletions

View File

@@ -536,6 +536,10 @@ public class WxMaApiUrlConstants {
String UPDATE_USER_COUPON = "https://api.weixin.qq.com/shop/coupon/update_user_coupon";
String UPDATE_USER_COUPON_STATUS = "https://api.weixin.qq.com/shop/coupon/update_usercoupon_status";
}
interface Pay {
String CREATE_ORDER = "https://api.weixin.qq.com/shop/pay/createorder";
}
}
/**