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-08-04 16:41:10 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
98d3191684cf27c6cf2d936a1f9f0652ba7bfb47
98d31916
1 parent
b682ee86
Updated 教师偏好设置接口 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
教师偏好设置接口.md
教师偏好设置接口.md
View file @
98d3191
...
...
@@ -15,7 +15,9 @@
####返回值
######设置成功
> 状态码:200
```
json
{
...
...
@@ -29,23 +31,31 @@
}
```
######设置失败情况1
> 状态码:400
```
json
"preference_setting_failed"
:
"难度未选择"
```
######设置失败情况2
> 状态码:400
```
json
"preference_setting_failed"
:
"适合年级未选择"
```
######设置失败情况3
> 状态码:500
```
json
"preference_setting_failed"
:
"其他异常"
...
...
Please
register
or
login
to post a comment