mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🆕 #2772 【小程序】增加小程序支付管理之创建订单接口
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user