mall + pay:

1、测试通过微信小程序支付
This commit is contained in:
YunaiV
2023-07-08 12:44:50 +08:00
parent d76bc7aa82
commit e615be971e
2 changed files with 16 additions and 2 deletions

View File

@ -36,3 +36,17 @@ tenant-id: {{appTenentId}}
"openid": "ockUAwIZ-0OeMZl9ogcZ4ILrGba0"
}
}
### /pay/create 提交支付订单【wx_lite】
POST {{appApi}}/pay/order/submit
Content-Type: application/json
Authorization: Bearer {{appToken}}
tenant-id: {{appTenentId}}
{
"id": 202,
"channelCode": "wx_lite",
"channelExtras": {
"openid": "oLefc4g5GjKWHJjLjMSXB3wX0fD0"
}
}