Showing
1 changed file
with
5 additions
and
7 deletions
| @@ -4,13 +4,11 @@ | @@ -4,13 +4,11 @@ | ||
| 4 | 通用的命令信息应该包括type键值对以区分不同的命令。 | 4 | 通用的命令信息应该包括type键值对以区分不同的命令。 |
| 5 | 5 | ||
| 6 | * 启动课程 | 6 | * 启动课程 |
| 7 | - | 7 | + * type = prepareCourse |
| 8 | - type = prepareCourseRerouces | 8 | + * resourceInfo = 本课需要下载的资源列表 |
| 9 | - | ||
| 10 | * 发送课程页信息 | 9 | * 发送课程页信息 |
| 11 | - | 10 | + * type = coursePage |
| 12 | - type= coursePage | 11 | + * pageInfo = 页面Json信息 |
| 13 | 12 | ||
| 14 | * 结束课程 | 13 | * 结束课程 |
| 15 | - | 14 | + * type = endCourse |
| 16 | - type = endCourse |
-
Please register or login to post a comment