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-09-03 17:50:15 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
297fddace1dede05f5a3c15fe7dcc3bdbf66126b
297fddac
1 parent
b76a8198
Updated 用户发送小文件失败的处理 (markdown)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
用户发送小文件失败的处理.md
用户发送小文件失败的处理.md
View file @
297fdda
...
...
@@ -2,6 +2,18 @@
### 教师下发课程资源的时候失败
发送指令,指示学生用本地的信息
```
{
"type"
:
"flow"
,
"command"
:
"prepareCourse"
,
"device"
:
"ios"
"appVersion"
:
"7.0.0"
"screenWidth"
:
1024
,
//
For
教学画板
"screenHeight"
:
768
,
//
For
教学画板
"courseName"
:
"英雄是怎样炼成的"
,
//
学生端可以展现在等待上课画面
"parameter"
:
"uselocal"
}
```
### 学生在接收课程资源的时候失败
用本地的信息
...
...
Please
register
or
login
to post a comment