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
echo
2016-03-01 16:59:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fd40a9aae26fac258c2f8dc40c7e1886f2608486
fd40a9aa
1 parent
546cc241
Updated 远程教学之流程消息 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
20 deletions
远程教学之流程消息.md
远程教学之流程消息.md
View file @
fd40a9a
...
...
@@ -30,26 +30,6 @@
[
在线授课接口定义
](
在线授课接口定义
)
### 流程消息定义
*
开始课程(教师端动作)
```
{
"type"
:
"flow"
,
"command"
:
"beginCourse"
"requireStudentClientMinVersion"
:
{
"ios"
:
"6.6.0"
,
"android"
:
"3.2.0"
}
}
```
注:服务器提供接口获取跟当前教师版相对应的允许授课的学生版最低版本信息。
如果学生版版本过低,要有相应的处理策略。提醒用户应该升级版本,之后是否允许用户继续学习?(to do)
*
接受课程(学生端动作)
```
{
"type"
:
"flow"
,
"command"
:
"acceptCourse"
}
```
*
下发课程资源信息与教师端元数据(教师端动作)
```
{
...
...
Please
register
or
login
to post a comment