Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
echo
2016-01-11 15:50:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5e909a29ba23848e303aa91866382c862061ccf9
5e909a29
1 parent
f462d530
Created 远程教学相关文档 (markdown)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
远程教学相关文档.md
远程教学相关文档.md
0 → 100644
View file @
5e909a2
1
+
### 通用消息
2
+
3
+
采用Json格式发送命令信息
4
+
通用的命令信息应该包括type键值对以区分不同的命令。
5
+
6
+
*
启动课程
7
+
8
+
type = prepareCourseRerouces
9
+
10
+
*
发送课程页信息
11
+
12
+
type= coursePage
13
+
14
+
*
结束课程
15
+
16
+
type = endCourse
Please
register
or
login
to post a comment