{
"source_type": "order",
"source_id": 1,
"pay_merchant_id": 1,
"pay_channel": "wechat",
"pay_scene": "jsapi",
"pay_amount": 100
}
curl --location --request POST '/api/trade/pay' \
--header 'access-token: {{access-token}}' \
--header 'refresh-token: {{refresh-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"source_type": "order",
"source_id": 1,
"pay_merchant_id": 1,
"pay_channel": "wechat",
"pay_scene": "jsapi",
"pay_amount": 100
}'
{
"code": 200,
"msg": "操作成功",
"data": {}
}