Showing
1 changed file
with
2 additions
and
4 deletions
| @@ -5,13 +5,12 @@ | @@ -5,13 +5,12 @@ | ||
| 5 | ``` | 5 | ``` |
| 6 | { | 6 | { |
| 7 | "type":"flow", | 7 | "type":"flow", |
| 8 | - "command":"prepareCourse", | 8 | + "command":"prepareCourseByLocal", |
| 9 | "device":"ios" | 9 | "device":"ios" |
| 10 | "appVersion":"7.0.0" | 10 | "appVersion":"7.0.0" |
| 11 | "screenWidth":1024, // For 教学画板 | 11 | "screenWidth":1024, // For 教学画板 |
| 12 | "screenHeight":768, // For 教学画板 | 12 | "screenHeight":768, // For 教学画板 |
| 13 | "courseName":"英雄是怎样炼成的",// 学生端可以展现在等待上课画面 | 13 | "courseName":"英雄是怎样炼成的",// 学生端可以展现在等待上课画面 |
| 14 | - "parameter":"useLocal" | ||
| 15 | } | 14 | } |
| 16 | ``` | 15 | ``` |
| 17 | 16 | ||
| @@ -22,11 +21,10 @@ | @@ -22,11 +21,10 @@ | ||
| 22 | ``` | 21 | ``` |
| 23 | { | 22 | { |
| 24 | "type":"flow", | 23 | "type":"flow", |
| 25 | - "command":"coursePage", | 24 | + "command":"coursePageByLocal", |
| 26 | "pageIndex":3 | 25 | "pageIndex":3 |
| 27 | "swipeDirection" : 0 (0-左滑 1-右滑) | 26 | "swipeDirection" : 0 (0-左滑 1-右滑) |
| 28 | "coursePageType" : 0 (0-普通学习页,3-关键词页) | 27 | "coursePageType" : 0 (0-普通学习页,3-关键词页) |
| 29 | - "parameter":"useLocal" | ||
| 30 | } | 28 | } |
| 31 | ``` | 29 | ``` |
| 32 | ### 学生在接收课程页信息的时候失败 | 30 | ### 学生在接收课程页信息的时候失败 |
-
Please register or login to post a comment