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:59:03 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
95208bb8c4ed05d48504624368055c40ccbbc61d
95208bb8
1 parent
bcbb3a19
Updated 用户发送小文件失败的处理 (markdown)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
用户发送小文件失败的处理.md
用户发送小文件失败的处理.md
View file @
95208bb
...
...
@@ -5,13 +5,12 @@
```
{
"type"
:
"flow"
,
"command"
:
"prepareCourse"
,
"command"
:
"prepareCourse
ByLocal
"
,
"device"
:
"ios"
"appVersion"
:
"7.0.0"
"screenWidth"
:
1024
,
//
For
教学画板
"screenHeight"
:
768
,
//
For
教学画板
"courseName"
:
"英雄是怎样炼成的"
,
//
学生端可以展现在等待上课画面
"parameter"
:
"useLocal"
}
```
...
...
@@ -22,11 +21,10 @@
```
{
"type"
:
"flow"
,
"command"
:
"coursePage"
,
"command"
:
"coursePage
ByLocal
"
,
"pageIndex"
:
3
"swipeDirection"
:
0
(
0
-左滑
1
-右滑)
"coursePageType"
:
0
(
0
-普通学习页,
3
-关键词页)
"parameter"
:
"useLocal"
}
```
### 学生在接收课程页信息的时候失败
...
...
Please
register
or
login
to post a comment