echo

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

@@ -44,20 +44,28 @@ http://192.168.0.100:8788/home/sign?identifier=7 (identifier是用户id) @@ -44,20 +44,28 @@ http://192.168.0.100:8788/home/sign?identifier=7 (identifier是用户id)
44 ### 流程相关消息 44 ### 流程相关消息
45 [详细内容](远程教学之流程消息) 45 [详细内容](远程教学之流程消息)
46 * 启动课程 46 * 启动课程
47 - * type = flow 47 +```
48 - * command = prepareCourse 48 + type:flow
49 - * resourceInfo = 本课需要下载的资源列表 49 + command:prepareCourse
50 - * screenWidth = 屏幕宽度 50 + resourceInfo:本课需要下载的资源列表
51 - * screenHeight = 屏幕高度 51 + screenWidth:屏幕宽度
  52 + screenHeight:屏幕高度
  53 + device:ios
  54 + appVersion:6.6.0
  55 +```
52 56
53 * 发送课程页信息 57 * 发送课程页信息
54 - * type = flow 58 +```
55 - * command = coursePage 59 + type:flow
56 - * pageInfo = 页面Json信息 60 + command:coursePage
  61 + pageInfo:页面Json信息
  62 +```
57 63
58 * 结束课程 64 * 结束课程
59 - * type = flow 65 +```
60 - * command = endCourse 66 + type:flow
  67 + command:endCourse
  68 +```
61 69
62 ### 页面动作相关消息 70 ### 页面动作相关消息
63 71