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-02-18 14:20:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e75d7af3cc9e8c528ddbe1359a48b21322e8a64b
e75d7af3
1 parent
22aae6f9
Updated 远程教学相关文档 (markdown)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
10 deletions
远程教学相关文档.md
远程教学相关文档.md
View file @
e75d7af
...
...
@@ -44,20 +44,28 @@ http://192.168.0.100:8788/home/sign?identifier=7 (identifier是用户id)
### 流程相关消息
[
详细内容
](
远程教学之流程消息
)
*
启动课程
*
type = flow
*
command = prepareCourse
*
resourceInfo = 本课需要下载的资源列表
*
screenWidth = 屏幕宽度
*
screenHeight = 屏幕高度
```
type:flow
command:prepareCourse
resourceInfo:本课需要下载的资源列表
screenWidth:屏幕宽度
screenHeight:屏幕高度
device:ios
appVersion:6.6.0
```
*
发送课程页信息
*
type = flow
*
command = coursePage
*
pageInfo = 页面Json信息
```
type:flow
command:coursePage
pageInfo:页面Json信息
```
*
结束课程
*
type = flow
*
command = endCourse
```
type:flow
command:endCourse
```
### 页面动作相关消息
...
...
Please
register
or
login
to post a comment