Authorization: Bearer ********************curl --location --request GET 'https://sit-api.brain-ol.com/thesis/tasks/1' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"msg": "OK",
"data": {
"taskId": 1,
"title": "论文任务1",
"startTime": "2024-06-01 08:00:00",
"endTime": "2024-09-30 18:00:00",
"status": "PREPARING",
"allowedModifications": 2,
"topicCount": 3,
"applicableMajors": [
"数据科学与大数据技术"
],
"researchDirections": [
"软件设计与开发"
]
}
}