{
"current": 1,
"size": 25,
"params": {
"flowStatus": 0,
"appIds": [
0
],
"idxRouteId": 0,
"name": "string"
},
"ascs": [
"string"
],
"descs": [
"string"
]
}curl --location --request POST '/manage/marketing/route/app/bind/query' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 1,
"size": 25,
"params": {
"flowStatus": 0,
"appIds": [
0
],
"idxRouteId": 0,
"name": "string"
},
"ascs": [
"string"
],
"descs": [
"string"
]
}'{
"code": 0,
"msg": "",
"data": {
"records": [
{
"keyId": 0,
"idxRouteId": 0,
"name": "",
"id": 0,
"flowStatus": 0
}
],
"total": 0,
"size": 0,
"current": 0,
"ascs": [
""
],
"descs": [
""
],
"optimizeCountSql": false,
"isSearchCount": false
}
}