Authorization: Bearer ********************
{
"from": "string",
"orderNo": "string",
"payChannel": "string",
"payType": "string",
"scene": 0,
"uni": "string"
}
curl --location --request POST '/api/front/pay/payment' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"from": "string",
"orderNo": "string",
"payChannel": "string",
"payType": "string",
"scene": 0,
"uni": "string"
}'
{
"code": 200,
"message": "操作成功",
"data": {
"status": true,
"jsConfig": {
"appId": "wxc99259cb809f380c",
"nonceStr": "wxc99259cb809f380c",
"packages": "prepay_id=wx2215032330711606fb686cae749fbc0001",
"signType": "MD5",
"timeStamp": "1716361403",
"paySign": "077963B23F6AA9E0F25D14ACC1E4C6CF",
"mwebUrl": null,
"partnerid": null,
"ticket": null
},
"payType": "weixin",
"orderNo": "order48361171636119336630458",
"alipayRequest": null,
"aliPayConfig": null
}
}