curl --location '/testJob/analyze/delay?recordId=475&channelId=undefined' \
--header 'Authorization: Bearer {{token}}'{
"code": 0,
"msg": "success",
"data": [
{
"count": 0,
"delayType": 1,
"percentage": 0.0
},
{
"count": 0,
"delayType": 2,
"percentage": 0.0
},
{
"count": 0,
"delayType": 3,
"percentage": 0.0
},
{
"count": 0,
"delayType": 4,
"percentage": 0.0
}
],
"success": true
}