{
"channelId": 0,
"cities": "string",
"productId": 0,
"provinces": "string"
}curl --location '/api/task/recharge/stock' \
--header 'Content-Type: application/json' \
--data '{
"channelId": 0,
"cities": "string",
"productId": 0,
"provinces": "string"
}'{
"code": 0,
"msg": "string",
"result": [
{
"channelId": 0,
"faceValue": 0,
"productId": 0,
"stockList": [
{
"settleAmount": 0,
"stock": 0
}
]
}
]
}