JiangTengfei

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

... ... @@ -19,12 +19,18 @@ Id,头像,昵称
Request Method: GET
Request params:
Request Params:
|参数名 |是否必须 |说明 |
|----------|----------|--------|
| | | |
Response:
```json
...
```
#### 通知学生开始上课
说明:通知某次课程相应的学生准备上课,通过发送推送信息的方式通知给学生。推送的通知中应该包括**在线授课必备消息****授课教师的基本信息**
... ... @@ -32,8 +38,14 @@ Request params:
Request Method: POST
Request params:
Request Params:
|参数名 |是否必须 |说明 |
|----------|----------|--------|
| | | |
\ No newline at end of file
| | | |
Response:
```json
...
```
\ No newline at end of file
... ...