文档
测试

职称等级查询

POST
/api/base/common/selectTitleGrade

接口描述

选择查询所有职称等级

请求头

参数名
类型
描述
必填
Content-Type
String
application/json
必填
token
string
必填

请求参数

参数名
类型
描述
必填
college_id
string
学院id
必填
key
string
关键字
可选

请求示例

``` { "college_id": "" } ```

响应参数

参数名
类型
描述
必填
flag
int
返回状态 示例:0
必填
msg
string
返回消息 示例:success
必填
abid
string
必填
val
array
数据列表
必填
id
string
职称等级id
必填
name
string
职称等级名称
必填
sort
string
排序
必填

返回示例

``` { "flag": 0, "msg": "success", "abid": "", "val": [ { "c_date": "2021-08-10 09:27:08", "c_user_id": "6cb4cef049e0a031930eaf97d48f13be", "id": "7b4d49621e5d3b3eccc3e122168bef9b", "m_date": "2021-08-10 09:27:08", "m_user_id": "6cb4cef049e0a031930eaf97d48f13be", "name": "第1级", "sort": "1" }, { "c_date": "2021-08-10 09:27:27", "c_user_id": "6cb4cef049e0a031930eaf97d48f13be", "id": "c665f440e1c3dfcf0b8ce1f79a9e391e", "m_date": "2021-08-10 09:27:27", "m_user_id": "6cb4cef049e0a031930eaf97d48f13be", "name": "M2等级", "sort": "2" } ] } ```