更多详细教程文档尽在https://laigeoffer.cn/
Authorization: Bearer ********************{
"projectId":"abc"
}curl --location --request POST 'http://localhost:6880/project/task/situation' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId":"abc"
}'{
"msg": "操作成功",
"code": 200,
"data": {
"total": 71,
"overdue": 55,
"expireToday": 77,
"toBeAssign": 41,
"doneOverdue": 82,
"done": 93,
"unDone": 91,
"timeUndetermined": 100
}
}