curl --location --request GET 'http://127.0.0.1:3000/courses' \
--header 'token;'
{
"code": 200,
"msg": "请求成功",
"data": [
{
"num": "U1300007",
"name": "思想政治实践课1",
"credit": "1.0",
"totalHours": "16.0",
"lectureHours": "0.0",
"computeHours": "0.0",
"category": "公共课/必修课",
"teachMethod": "讲授",
"method": "非统考",
"teacher": "甘正亚",
"week": "3-18",
"section": "五[11-12节]单",
"address": ""
}
]
}