curl --location --request GET '/manage/marketing/route/resendRule/' \
--header 'Authorization: Bearer {{token}}'{
"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": ""
}
}