| 参数名 | 类型 | 说明 | 是否必填 |
|---|---|---|---|
| courseId | Integer | 班级ID | 是 |
| classId | Integer | 班级ID | |
| name | String | 学生名称(搜索) | |
| page | String | 当前页 | |
| size | String | 条数 |
| 参数名 | 类型 | 说明 |
|---|---|---|
| className | string | 标题 |
| counts | string | 学生数 |
| createDate | string | 创建时间 |
| assisTeacher | string | 班级管理员 |
| students | List<StudentDto> | 学生详情 |
| 参数名 | 类型 | 说明 |
|---|---|---|
| id | Integer | 学生ID |
| classId | Integer | 班级ID |
| courseId | Integer | 课程ID |
| realName | String | 真实姓名 |
| nickName | String | 昵称 |
| userName | String | 用户名 |
| phone | String | 电话号 |
| String | 邮箱 | |
| joinTime | String | 加入时间 |
| faculty | String | 院系 |
| String | 邮箱 | |
| specialty | String | 专业 |
| classInfo | String | 班级 |
{
"courseId":394,
"classId":2
}curl --location --request POST '/class/students' \
--header 'Authentication: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"courseId":394,
"classId":2
}'{
"code": 200,
"data": {
"assisTeacher": "",
"className": "",
"counts": 0,
"createDate": "",
"students": []
},
"msg": "",
"total": 0
}