{
"accountSet": 0,
"accountType": 0,
"channelId": 0,
"goodsId": 0,
"greaterSettleAmount": [
{
"accountSet": 0,
"goodsId": 0,
"settleAmount": 0
}
],
"minSettleAmount": 0
}curl --location '/api/qy/recharge/submit' \
--header 'Content-Type: application/json' \
--data '{
"accountSet": 0,
"accountType": 0,
"channelId": 0,
"goodsId": 0,
"greaterSettleAmount": [
{
"accountSet": 0,
"goodsId": 0,
"settleAmount": 0
}
],
"minSettleAmount": 0
}'{
"code": 0,
"msg": "string",
"result": {
"token": "string"
}
}