{
"idxRouteId": 0
}curl --location --request POST '/manage/marketing/route/resendRule/list' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"idxRouteId": 0
}'{
"code": 0,
"msg": "",
"data": [
{
"keyId": 0,
"idxRouteId": 0,
"name": "",
"remarks": "",
"enable": false,
"idxAppIdList": [
0
],
"appsStr": "",
"mccmncIdList": [
0
],
"mccmncsStr": "",
"idxChannelIdList": [
0
],
"channelsStr": "",
"outType": 0,
"conditionList": [
{
"conditionType": 0,
"value": ""
}
],
"resendTimes": 0,
"resendType": 0,
"resendChannelIdList": [
0
],
"resendChannelsStr": ""
}
]
}