curl --location --request GET 'http://localhost:9090/courseAttendances/student?semester=202301&courseName=算法与数据结构'
{
"code": 1,
"msg": "success",
"data": [
{
"stuUserId": 16,
"studentNo": "102201510",
"studentName": "阮瑞鹏",
"studentType": 1
},
{
"stuUserId": 17,
"studentNo": "102201607",
"studentName": "刘程城",
"studentType": 1
},
{
"stuUserId": 19,
"studentNo": "102201601",
"studentName": "王铭垚",
"studentType": 1
},
{
"stuUserId": 18,
"studentNo": "102201420",
"studentName": "林传昊",
"studentType": 2
}
]
}