curl --location --request GET '/manage/marketing/route/update/channel/' \
--header 'Authorization: Bearer {{token}}'{
"code": 0,
"msg": "",
"data": {
"idxRouteId": 0,
"channelGroupList": [
{
"mcc": 0,
"mnc": 0,
"relationMncList": [
0
],
"channelRatioList": [
{
"idxChannelGroupId": 0,
"ratios": 0,
"channelList": [
{
"idxChannelId": 0,
"name": "",
"flowStatus": 0,
"supplierRate": ""
}
],
"remarks": ""
}
]
}
]
}
}