curl --location --request GET 'http://127.0.0.1:3000/scores' \
--header 'token: test-token'
{
"code": 0,
"msg": "请求成功",
"data": [
{
"termName": "2018-2019学年第一学期",
"scoreList": [
{
"name": "军事训练",
"num": "U1002001",
"courseCredit": "2.0",
"category": "军训",
"courseCategory": "",
"method": "",
"property": "初修",
"score": "89.00",
"credit": "2.0",
"GP": "3.9",
"GPA": "7.80",
"mark": ""
}
]
}
]
}