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
梁海波
2016-07-15 16:52:07 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2c65dfdd1df7f5251ba6ad3c6c6be466a556ac4f
2c65dfdd
1 parent
9ba9cb4a
Created 获取老师职称 (markdown)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
0 deletions
获取老师职称.md
获取老师职称.md
0 → 100644
View file @
2c65dfd
### [上一级](老师职称)
***
#### 接口说明
+
请求地址
`/api/teacher/has_positions/user/{user_id}`
+
请求方式
`GET`
+
请求参数
`无`
+
返回数据
```
json
{
"data"
:
[
{
"id"
:
1
,
"name"
:
"普通教师"
},
{
"id"
:
2
,
"name"
:
"备课组长"
},
{
"id"
:
3
,
"name"
:
"年级组长"
}
]
}
```
+
无数据时返回
```
json
{
"message"
:
"没有数据"
,
"code"
:
"not_found"
}
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment