echo

Created 远程教学之流程消息 (markdown)

  1 +* 启动课程
  2 +```
  3 + type:flow
  4 + command:prepareCourse
  5 + resourceInfo:本课需要下载的资源列表
  6 + screenWidth:屏幕宽度
  7 + screenHeight:屏幕高度
  8 + device:ios
  9 + appVersion:6.6.0
  10 +```
  11 +
  12 +* 发送课程页信息
  13 +```
  14 + type:flow
  15 + command:coursePage
  16 + pageInfo:页面Json信息
  17 +```
  18 +
  19 +* 结束课程
  20 +```
  21 + type:flow
  22 + command:endCourse
  23 +```