Authorization: Bearer ********************
{
"rechargeAmount": 0,
"paymentMethod": 0
}
curl --location --request POST 'https://test.51vive.com/openapi/wxpcorder/pcRecharge' \
--header 'Content-Type: application/json' \
--data-raw '{
"rechargeAmount": 0,
"paymentMethod": 0
}'
{
"code": 0,
"msg": "string",
"data": {
"empty": true,
"innerMap": {
"property1": {},
"property2": {}
},
"property1": {},
"property2": {}
}
}