welcome

添加courseEndTime 学生端用来做上课倒计时

... ... @@ -66,8 +66,9 @@
"command":"prepareCourse",
"screenWidth":1024, // For 教学画板
"screenHeight":768, // For 教学画板
"courseName":"英雄是怎样炼成的" // 学生端可以展现在等待上课画面
"attachmentType":"smallFile"
"courseName":"英雄是怎样炼成的",// 学生端可以展现在等待上课画面
"attachmentType":"smallFile",
"courseEndTime":"18:00:00"//当前课程的结束时间,用来做倒计时
}
```
... ...