| 参数名 | 类型 | 说明 | 是否必填 |
|---|---|---|---|
| courseId | Integer | 班级ID | 是 |
| className | String | 班级名称 | |
| classId | Integer | 班级ID | |
| name | String | 学生名称(搜索) | |
| assisTeacher | Integer | 管理员ID | |
| studentIds | String | 学生ID,多个';'隔开 | |
| otherClassId | Integer | 来源班级ID | |
| remark | String | 学生来源备注 | |
| realName | String | 学生姓名 | |
| account | String | 用户名/手机号 |
| 参数名 | 类型 | 说明 |
|---|---|---|
| classId | Integer | 班级创建成功 ID 回显 |
{
"courseId":729,
"className":"班级测试01"
}curl --location --request POST '/class/modify' \
--header 'Authentication: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"courseId":729,
"className":"班级测试01"
}'{
"code": 200,
"data": 3,
"msg": "success",
"total": 0
}