Showing
1 changed file
with
6 additions
and
1 deletions
@@ -3,6 +3,8 @@ | @@ -3,6 +3,8 @@ | ||
3 | 采用Json格式发送命令信息 | 3 | 采用Json格式发送命令信息 |
4 | 通用的命令信息应该包括type键值对以区分不同的命令。 | 4 | 通用的命令信息应该包括type键值对以区分不同的命令。 |
5 | 5 | ||
6 | +### 流程相关消息 | ||
7 | + | ||
6 | * 启动课程 | 8 | * 启动课程 |
7 | * type = prepareCourse | 9 | * type = prepareCourse |
8 | * resourceInfo = 本课需要下载的资源列表 | 10 | * resourceInfo = 本课需要下载的资源列表 |
@@ -14,4 +16,7 @@ | @@ -14,4 +16,7 @@ | ||
14 | * pageInfo = 页面Json信息 | 16 | * pageInfo = 页面Json信息 |
15 | 17 | ||
16 | * 结束课程 | 18 | * 结束课程 |
17 | - * type = endCourse | 19 | + * type = endCourse |
20 | + | ||
21 | +### 页面动作相关消息 | ||
22 | + |
-
Please register or login to post a comment