mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🆕 #2631 【小程序】小程序交易组件-订单服务新增获取订单列表和生成支付参数的接口
This commit is contained in:
@@ -418,6 +418,8 @@ public class WxMaApiUrlConstants {
|
||||
String ORDER_ADD = "https://api.weixin.qq.com/shop/order/add";
|
||||
String ORDER_PAY = "https://api.weixin.qq.com/shop/order/pay";
|
||||
String ORDER_GET = "https://api.weixin.qq.com/shop/order/get";
|
||||
String ORDER_GET_LIST = "https://api.weixin.qq.com/shop/order/get_list";
|
||||
String ORDER_GET_PAYMENT_PARAMS = "https://api.weixin.qq.com/shop/order/getpaymentparams";
|
||||
}
|
||||
|
||||
interface Register {
|
||||
|
||||
Reference in New Issue
Block a user