{
"current": 1,
"size": 10,
"params": {
"recordId": 474
}
}curl --location '/testJob/analyze/channel' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"current": 1,
"size": 10,
"params": {
"recordId": 474
}
}'{
"code": 0,
"msg": "",
"data": {
"records": [
{
"channelAlias": "",
"mcc": "",
"mnc": "",
"sendCount": 0,
"sendSuccessCount": 0,
"sendFailureCount": 0,
"sendSuccessRate": 0.0,
"deliverySuccessRate": 0.0,
"receiveCount": 0,
"receiveRate": 0.0
}
],
"total": 0,
"size": 0,
"current": 0,
"ascs": [
""
],
"descs": [
""
],
"optimizeCountSql": false,
"isSearchCount": false
}
}