{
"channelIdList": [
"10000375", "10000367"
],
"mcc": 206,
"mncList": [2,4]
}curl --location --request POST '/manage/marketing/route/channelStatistics' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"channelIdList": [
"10000375", "10000367"
],
"mcc": 206,
"mncList": [2,4]
}'{
"code": 0,
"msg": "",
"data": [
{
"mcc": 0,
"mnc": 0,
"channelId": 0,
"supplierRate": {
"0": ""
}
}
]
}