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-17 17:37:51 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d2cb7953c21cc75ad87a1172b51676521a383410
d2cb7953
1 parent
382e3379
Updated 教师偏好设置接口 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
11 deletions
教师偏好设置接口.md
教师偏好设置接口.md
View file @
d2cb795
#### 接口地址
>/teacher_preference/setting
>
/teacher_preference/setting
####请求方式
>POST请求
>
POST请求
####参数格式
-
"fit_grade":"初一"
-
"difficulty":"1"
-
"relation_material":"人教2012版-七上"
>
- "fit_grade":"初一"
>
- "difficulty":"1"
>
- "relation_material":"人教2012版-七上"
####返回值
######设置成功
```
json
"偏好设置": "success"
######设置成功
######设置失败
```
json
{
"偏好设置"
:
"success"
}
```
######设置失败
```
json
{
"偏好设置"
:
"failed"
}
```
...
...
Please
register
or
login
to post a comment