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
李振兴
2015-07-27 15:39:40 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5d91c36203e18bd0031648cba366ec3e52ca941b
5d91c362
1 parent
9e1a2701
Updated 教师偏好设置接口 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
22 deletions
教师偏好设置接口.md
教师偏好设置接口.md
View file @
5d91c36
...
...
@@ -16,36 +16,32 @@
######设置成功
```
json
[
{
"id"
:
1867
,
"pathFlag"
:
100
,
"name"
:
"教材"
,
"summary"
:
"转换思维,教材原来可以这么容易"
,
"icon"
:
"listening"
,
"image"
:
"/image/abc.jpg"
},
{
"id"
:
2420
,
"pathFlag"
:
101
,
"name"
:
"文章"
,
"summary"
:
"轻松掌握我们认为掌握不了的课程"
,
"icon"
:
"listening"
,
"image"
:
"/image/abc.jpg"
}
]
```
json
"preference_setting_success"
```
######设置失败
######设置失败
情况1
```
json
"preference_setting_failed"
"preference_setting_failed"
:
"难度未选择"
```
######设置失败情况2
```
json
"preference_setting_failed"
:
"适合年级未选择"
```
######设置失败情况3
```
json
"preference_setting_failed"
:
"其他异常"
```
...
...
Please
register
or
login
to post a comment