echo

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

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