Showing
1 changed file
with
3 additions
and
3 deletions
@@ -6,17 +6,17 @@ | @@ -6,17 +6,17 @@ | ||
6 | ### 流程相关消息 | 6 | ### 流程相关消息 |
7 | 7 | ||
8 | * 启动课程 | 8 | * 启动课程 |
9 | - * type = prepareCourse | 9 | + * command = prepareCourse |
10 | * resourceInfo = 本课需要下载的资源列表 | 10 | * resourceInfo = 本课需要下载的资源列表 |
11 | * screenWidth = 屏幕宽度 | 11 | * screenWidth = 屏幕宽度 |
12 | * screenHeight = 屏幕高度 | 12 | * screenHeight = 屏幕高度 |
13 | 13 | ||
14 | * 发送课程页信息 | 14 | * 发送课程页信息 |
15 | - * type = coursePage | 15 | + * command = coursePage |
16 | * pageInfo = 页面Json信息 | 16 | * pageInfo = 页面Json信息 |
17 | 17 | ||
18 | * 结束课程 | 18 | * 结束课程 |
19 | - * type = endCourse | 19 | + * command = endCourse |
20 | 20 | ||
21 | ### 页面动作相关消息 | 21 | ### 页面动作相关消息 |
22 | 22 |
-
Please register or login to post a comment