echo

Updated 远程教学相关文档 (markdown)

... ... @@ -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
```
### 页面动作相关消息
... ...