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:39:30 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
37ec111005ba94423e004f76054cae316ec23876
37ec1110
1 parent
f4bb703f
Updated 教师偏好获取接口 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
教师偏好获取接口.md
教师偏好获取接口.md
View file @
37ec111
...
...
@@ -12,7 +12,8 @@
###返回值
######获取成功
> #####状态吗:200
> 状态码:200
```
json
{
"id"
:
5
,
...
...
@@ -25,17 +26,25 @@
}
```
######获取失败情况1
> #####状态吗:500
> 状态码:500
```
json
{
"failed"
:
"该用户未设置偏好"
}
```
######获取失败情况2
> #####状态吗:500
> 状态码:500
```
json
{
"failed"
:
"偏好获取失败,存在异常"
}
```
...
...
Please
register
or
login
to post a comment