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-21 19:57:28 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2dc4331c456950bb88beca1258e4eb11bf759886
2dc4331c
1 parent
728c3069
Updated 教师偏好设置接口 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
6 deletions
教师偏好设置接口.md
教师偏好设置接口.md
View file @
2dc4331
...
...
@@ -17,16 +17,35 @@
######设置成功
```
json
{
"preference_setting"
:
"success"
}
{
"preference_setting_success"
:
[
{
"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"
:
"failed"
}
{
"preference_setting_failed"
:
"1"
}
```
...
...
Please
register
or
login
to post a comment