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