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:43:58 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9ba9cb4aac9e2a2334d586c0724d385f65ae3047
9ba9cb4a
1 parent
5e8fcb37
Created 获取职称选项静态数据 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
55 additions
and
0 deletions
获取职称选项静态数据.md
获取职称选项静态数据.md
0 → 100644
View file @
9ba9cb4
### [上一级](老师职称)
***
#### 接口说明
+
请求地址
`/api/teacher/positions`
+
请求方式
`GET`
+
请求参数
`无`
+
返回数据
```
json
[
{
"name"
:
"普通教师"
,
"id"
:
1
},
{
"name"
:
"备课组长"
,
"id"
:
2
},
{
"name"
:
"年级组长"
,
"id"
:
3
},
{
"name"
:
"教研组长"
,
"id"
:
4
},
{
"name"
:
"骨干教师"
,
"id"
:
5
},
{
"name"
:
"高级教师"
,
"id"
:
6
},
{
"name"
:
"特级教师"
,
"id"
:
7
},
{
"name"
:
"学科带头人"
,
"id"
:
8
},
{
"name"
:
"高级行政职务"
,
"id"
:
9
}
]
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment