{
"current": 1,
"size": 25,
"params": {
"keyId": 0,
"name": "string",
"routeId": "string",
"userId": "string",
"idxAppId": "string",
"appAlias": "string",
"channelId": 0,
"channelConfig": "string",
"mccmncId": "string",
"priority": 0,
"distributionPolicy": 0,
"routeType": 0,
"ruleId": "string",
"ruleName": "string",
"wordStatus": 0,
"captchaStatus": 0,
"captchaIntervalStatus": 0,
"mmsStatus": "string",
"isDefault": "string",
"channelRemark": "string"
},
"ascs": [
"string"
],
"descs": [
"string"
]
}curl --location --request POST '/manage/marketing/route/query' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 1,
"size": 25,
"params": {
"keyId": 0,
"name": "string",
"routeId": "string",
"userId": "string",
"idxAppId": "string",
"appAlias": "string",
"channelId": 0,
"channelConfig": "string",
"mccmncId": "string",
"priority": 0,
"distributionPolicy": 0,
"routeType": 0,
"ruleId": "string",
"ruleName": "string",
"wordStatus": 0,
"captchaStatus": 0,
"captchaIntervalStatus": 0,
"mmsStatus": "string",
"isDefault": "string",
"channelRemark": "string"
},
"ascs": [
"string"
],
"descs": [
"string"
]
}'{
"code": 0,
"msg": "",
"data": {
"records": [
{
"keyId": 0,
"name": "",
"routeType": 0,
"priority": 0,
"mcc": "",
"distributionPolicy": "",
"wordStatus": "",
"captchaStatus": "",
"captchaIntervalStatus": "",
"mmsStatus": "",
"appConfig": [
{
"name": "",
"flowStatus": 0
}
],
"channelConfig": [
{
"mcc": "",
"mnc": "",
"rate": "",
"channelGroupId": 0,
"channelList": [
{
"idxChannelId": 0,
"name": "",
"flowStatus": 0,
"type": 0
}
]
}
],
"resendRuleList": [
{
"ruleId": 0,
"enable": false,
"name": ""
}
],
"createTime": "",
"updateTime": "",
"isDefault": 0
}
],
"total": 0,
"size": 0,
"current": 0,
"ascs": [
""
],
"descs": [
""
],
"optimizeCountSql": false,
"isSearchCount": false
}
}