curl --location --request GET '/manage/marketing/route/captchaInterval/' \
--header 'Authorization: Bearer {{token}}'{
"code": 0,
"msg": "",
"data": {
"routeId": 0,
"captchaIntervalStatus": 0,
"intervalRuleList": [
{
"mccmncIdList": [
{
"id": "",
"appId": "",
"name": "",
"columnNum": 0,
"payMain": [
{
"id": 0,
"name": "",
"isDefault": 0,
"nation": "",
"nationId": 0
}
]
}
],
"mccmncIds": "",
"ruleId": 0
}
]
}
}