curl --location --request GET 'http://127.0.0.1:8086/api/task/getAllStatusCount'
{
"msg": "操作成功",
"code": 200,
"data": [
{
"total": 117,
"status": "wait"
},
{
"total": 17,
"status": "doing"
},
{
"total": 2477,
"status": "done"
},
{
"total": 5,
"status": "pause"
},
{
"total": 142,
"status": "cancel"
},
{
"total": 402,
"status": "closed"
},
{
"total": 3160,
"status": "total"
},
{
"total": 15,
"status": "delay"
}
]
}