{
"current": 1,
"size": 10,
"params": {
"type": 1
},
"ascs": [
],
"descs": [
]
}curl --location '/short/link/pool/daily/stats/list' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"current": 1,
"size": 10,
"params": {
"type": 1
},
"ascs": [
],
"descs": [
]
}'{
"code": 0,
"msg": "",
"data": {
"records": [
{
"id": 0,
"channelAlias": "",
"mcc": 0,
"mnc": 0,
"sendCount": 0,
"deliverCount": 0,
"failCount": 0,
"deliverRate": "",
"clickCount": 0,
"clickRate": ""
}
],
"total": 0,
"size": 0,
"current": 0,
"ascs": [
""
],
"descs": [
""
],
"optimizeCountSql": false,
"isSearchCount": false
}
}