{
"price": 0,
"from": "string",
"type": 0,
"rechar_id": 0
}
curl --location --request POST '/recharge/wechat' \
--header 'Content-Type: application/json' \
--data-raw '{
"price": 0,
"from": "string",
"type": 0,
"rechar_id": 0
}'
{
"status": 0,
"msg": "string",
"data": {
"data": {
"appId": "string",
"nonceStr": "string",
"package": "string",
"signType": "string",
"paySign": "string",
"timestamp": "string"
},
"type": "string"
}
}