Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
JiangTengfei
2016-04-15 16:50:09 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c1a4031c31b53f654b7d66b50bf070092b0fa758
c1a4031c
1 parent
7d8d448e
Updated 在线授课接口定义 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
在线授课接口定义.md
在线授课接口定义.md
View file @
c1a4031
...
...
@@ -34,7 +34,7 @@ http://192.168.0.100:8098 新版链接 自动生成群id和chat_room_id,自动
...
```
#显示学生、课程等信息
#
1.
显示学生、课程等信息
> 说明:授课客户端需要获取**在线授课必备消息**和**听课学生基本信息**
>
...
...
@@ -92,7 +92,7 @@ Response:
}
```
# 发推送 - 通知学生开始上课
#
2.
发推送 - 通知学生开始上课
> 说明:通知某次课程相应的学生准备上课,通过发送推送信息的方式通知给学生。推送的通知中应该包括**在线授课必备消息**和**授课教师的基本信息**
>
...
...
@@ -120,7 +120,7 @@ Request params:
}
```
# 课程正常结束接口
#
3.
课程正常结束接口
接口地址:/teaching/student/finish
请求方式: POST
...
...
@@ -140,7 +140,7 @@ status code:200
# 房间进入状态回调接口
#
4.
房间进入状态回调接口
> 说明:老师进入房间、学生进入房间各回调一次
...
...
@@ -163,7 +163,7 @@ Response
status code: 200
# 客户端断线重连获取课程状态
#
5.
客户端断线重连获取课程状态
> 说明:
接口地址:/teaching/course/status
...
...
@@ -185,7 +185,7 @@ Response:
}
```
# 学生端未收到上课推送主动发起上课接口
#
6.
学生端未收到上课推送主动发起上课接口
> 说明:
...
...
Please
register
or
login
to post a comment