Authorization: Bearer ********************curl --location --request GET 'http://127.0.0.1:9000/workbench/statistics' \
--header 'Authorization: Bearer <token>'{
"successful": true,
"code": 200,
"message": "操作成功!",
"timestamp": "1745245417645",
"data": {
"totalCount": 35,
"newCount": 34,
"leaveCount": 14,
"driverCount": 11,
"escortCount": 10,
"dangerCount": 11,
"ordinaryCount": 5,
"carryCount": 7,
"peopleCount": 22,
"completeCount": 2,
"classHourCount": 0.9696,
"studyCount": 0,
"examCount": 0,
"examinationCount": 0,
"percentageCount": 0
}
}