JiangTengfei

Updated 在线授课接口定义 (markdown)

... ... @@ -82,3 +82,16 @@ Request Method: GET
"chat_room_id": "100001"
}
```
####课程结束接口
接口地址:/teaching/student/finish
Request Method: POST
|参数名 |是否必须 |说明 |
|----------|----------|--------|
|lesson_id |是 |课程id |
|teacher_id|是 |老师id |
返回值:
status code:200
\ No newline at end of file
... ...