🆕 #2631 【小程序】小程序交易组件-订单服务新增获取订单列表和生成支付参数的接口

This commit is contained in:
zhongjun
2022-05-19 14:11:20 +08:00
committed by GitHub
parent a6d4b6e6ab
commit 4de09fa565
7 changed files with 205 additions and 28 deletions

View File

@@ -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 {