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
welcome
2016-04-19 10:54:48 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7c3249e3f4e349c5822b8be6fce1fb2ee80d3f06
7c3249e3
1 parent
bfe9e551
Updated 在线授课断网然后再恢复页面同步处理 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
在线授课断网然后再恢复页面同步处理.md
在线授课断网然后再恢复页面同步处理.md
View file @
7c3249e
@@ -3,8 +3,8 @@
@@ -3,8 +3,8 @@
3
(1)断网后给断网提示,恢复网络后发送消息到教师端,格式如下:
3
(1)断网后给断网提示,恢复网络后发送消息到教师端,格式如下:
4
```
4
```
5
{
5
{
6
-
command
=
studentResumeNetwork;
6
+
command
=
studentResumeNetwork;
//命令
7
-
id
=
64435;
7
+
id
=
64435;
//学生id
8
type
=
flow;
8
type
=
flow;
9
}
9
}
10
```
10
```
Please
register
or
login
to post a comment