JiangTengfei

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

@@ -82,3 +82,16 @@ Request Method: GET @@ -82,3 +82,16 @@ Request Method: GET
82 "chat_room_id": "100001" 82 "chat_room_id": "100001"
83 } 83 }
84 ``` 84 ```
  85 +
  86 +####课程结束接口
  87 +接口地址:/teaching/student/finish
  88 +Request Method: POST
  89 +
  90 +|参数名 |是否必须 |说明 |
  91 +|----------|----------|--------|
  92 +|lesson_id |是 |课程id |
  93 +|teacher_id|是 |老师id |
  94 +
  95 +返回值:
  96 +
  97 +status code:200