课程添加学生
classin_add_course_studentAdd a student or auditor to a course using course ID and student UID. Select identity 1 for student or 2 for auditor.
Instructions
向课程中添加学生或旁听。
参数:
courseId: 课程ID
studentUid: 学生UID
identity: 身份类型,1=学生,2=旁听
返回:
成功返回操作结果
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| courseId | Yes | 课程ID,通过创建课程接口获得 | |
| identity | No | 身份: 1=学生, 2=旁听 | |
| studentUid | Yes | 要添加的学生UID | |
| response_format | No | 输出格式: 'markdown' 人类可读格式 或 'json' 机器可读格式 | markdown |