{
"exactParamsList": [
"string"
],
"sendProgress": 0,
"routeId": 0,
"channelIds": 0,
"testType": 0,
"testContent": "string",
"startTime": "string",
"endTime": "string"
}curl --location '/testJob/home/total' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"exactParamsList": [
"string"
],
"sendProgress": 0,
"routeId": 0,
"channelIds": 0,
"testType": 0,
"testContent": "string",
"startTime": "string",
"endTime": "string"
}'{
"code": 0,
"msg": "",
"data": {
"totalNum": 0,
"progressNum": 0,
"successNum": 0,
"totalCost": 0.0
}
}