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 17:13:52 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bd3710dab2c789d5953317c2107e10f76d186017
bd3710da
1 parent
fd40a9aa
Updated 远程教学之流程消息 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
远程教学之流程消息.md
远程教学之流程消息.md
View file @
bd3710d
...
...
@@ -55,7 +55,17 @@ fc5545a9a728904dc533efcbfff1d2c5,
]
```
*
学生端开始下载课程所需要的资源(学生端动作)
如果学生端需要下载资源,则发送此消息。如果检查到无须下载新的资源,则不发送此消息。
```
{
"type"
:
"flow"
,
"command"
:
"beginDownloadCourseResources"
}
```
*
学生端已经下载好课程所需要的资源(学生端动作)
检测到本地已经下载好了全部的课程所需资源后,通知给教师端。
```
{
"type"
:
"flow"
,
...
...
Please
register
or
login
to post a comment