Showing
1 changed file
with
3 additions
and
2 deletions
@@ -66,8 +66,9 @@ | @@ -66,8 +66,9 @@ | ||
66 | "command":"prepareCourse", | 66 | "command":"prepareCourse", |
67 | "screenWidth":1024, // For 教学画板 | 67 | "screenWidth":1024, // For 教学画板 |
68 | "screenHeight":768, // For 教学画板 | 68 | "screenHeight":768, // For 教学画板 |
69 | - "courseName":"英雄是怎样炼成的" // 学生端可以展现在等待上课画面 | 69 | + "courseName":"英雄是怎样炼成的",// 学生端可以展现在等待上课画面 |
70 | - "attachmentType":"smallFile" | 70 | + "attachmentType":"smallFile", |
71 | + "courseEndTime":"18:00:00"//当前课程的结束时间,用来做倒计时 | ||
71 | } | 72 | } |
72 | ``` | 73 | ``` |
73 | 74 |
-
Please register or login to post a comment