{
"current": 1,
"size": 25,
"params": {
"exactParamsList": [
"string"
],
"sendProgress": 0,
"routeId": 0,
"channelIds": 0,
"testType": 0,
"testContent": "string",
"startTime": "string",
"endTime": "string"
},
"ascs": [
"string"
],
"descs": [
"string"
]
}curl --location '/testJob/query' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"current": 1,
"size": 25,
"params": {
"exactParamsList": [
"string"
],
"sendProgress": 0,
"routeId": 0,
"channelIds": 0,
"testType": 0,
"testContent": "string",
"startTime": "string",
"endTime": "string"
},
"ascs": [
"string"
],
"descs": [
"string"
]
}'{
"code": 0,
"msg": "",
"data": {
"records": [
{
"id": 0,
"taskName": "",
"progress": "",
"routeId": 0,
"routeName": "",
"channelIds": "",
"channelAlias": "",
"mccMnc": "",
"testType": 0,
"testTypeStr": "",
"testNum": 0,
"sendNum": 0,
"testContent": "",
"sendSuccessRate": "",
"deliverRate": "",
"receiveRate": "",
"testCost": "",
"createTime": "",
"channels": [
{
"id": 0,
"name": ""
}
]
}
],
"total": 0,
"size": 0,
"current": 0,
"ascs": [
""
],
"descs": [
""
],
"optimizeCountSql": false,
"isSearchCount": false
}
}