{
"blnNotNewIsp": 0,
"channelId": 0,
"cities": "string",
"clientId": 0,
"clientNames": "string",
"clientType": 0,
"extraInfo": "string",
"faceValues": "string",
"minSettleAmounts": "string",
"num": 0,
"productIds": "string",
"provinces": "string"
}curl --location '/api/task/recharge/submit' \
--header 'Content-Type: application/json' \
--data '{
"blnNotNewIsp": 0,
"channelId": 0,
"cities": "string",
"clientId": 0,
"clientNames": "string",
"clientType": 0,
"extraInfo": "string",
"faceValues": "string",
"minSettleAmounts": "string",
"num": 0,
"productIds": "string",
"provinces": "string"
}'{
"code": 0,
"msg": "string",
"result": {
"token": "string"
}
}