mall + pay:

1. 实现 WxNativePayClient 的支付功能
This commit is contained in:
YunaiV
2023-07-09 00:36:40 +08:00
parent e31b40eefa
commit b06a21f9af
5 changed files with 93 additions and 184 deletions

View File

@ -50,3 +50,14 @@ tenant-id: {{appTenentId}}
"openid": "oLefc4g5GjKWHJjLjMSXB3wX0fD0"
}
}
### /pay/create 提交支付订单【wx_native】
POST {{appApi}}/pay/order/submit
Content-Type: application/json
Authorization: Bearer {{appToken}}
tenant-id: {{appTenentId}}
{
"id": 202,
"channelCode": "wx_native"
}