Authorization: Bearer ********************
curl --location --request GET 'https://jiugang.mhiiot.cn/openapi/project/api/TaskTable/SpotCheckTaskCountByDate' \
--header 'Authorization: Bearer <token>'
{
"statusCode": 0,
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string",
"data": [
{
"taskStatus": "NotChecked",
"countNumber": 0,
"variable": 0,
"trend": true
}
]
}