文档
测试

获取指定选课课程学生导出

GET
{{baseUrl}}/manager/course/get-chosen-student-export?userId=:userId&userType=:userType&accessToken=:accessToken&kw=:kw&courseListId=:courseListId&gradeId=:gradeId&classId=:classId

请求头

参数名
类型
描述
必填
User-Id
string
(Required) 用户ID
可选
User-Type
string
(Required) 用户类型(2:后台账号,3:APP账号)
可选
Accept
string
示例:application/json
可选

请求参数

参数名
类型
描述
必填
userId
string
示例::userId
可选
userType
string
示例::userType
可选
accessToken
string
示例::accessToken
可选
kw
string
示例::kw
可选
courseListId
string
示例::courseListId
可选
gradeId
string
示例::gradeId
可选
classId
string
示例::classId
可选