{
"type": 0,
"realAmount": 0,
"rechargeAmount": 0,
"rechargeType": 0,
"giveAmount": 0
}
curl --location --request POST 'https://yzt.hntpxx.com/api/yztong/pay' \
--header 'token: undefined' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 0,
"realAmount": 0,
"rechargeAmount": 0,
"rechargeType": 0,
"giveAmount": 0
}'
{
"code": 200,
"data": {
"code_url": "weixin://wxpay/bizpayurl?pr=0LD5NEAzz"
},
"msg": "success"
}