curl --location --request POST 'http://api.bbs.sunding.cn/sd/api/user/wechat-payment/create-recharge-order' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 1
}'{
"code": 200,
"data": {
"appId": "string",
"nonceStr": "string",
"package": "string",
"paySign": "string",
"prepay_id": "string",
"signType": "string",
"timeStamp": "string"
},
"execTime": 0,
"msg": "操作成功"
}