岗位列表
GET
/api/system/post/list请求参数
Query 参数
code
string
岗位编码
name
string
岗位名称
isStop
integer
可选
是否停用 0=否,1=是,不传=全部
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
object
必需
count
integer
必需
pageNo
integer
必需
pageSize
integer
必需
lists
array [object {8}]
必需
示例
{
"code": 200,
"msg": "成功",
"data": {
"count": 1,
"pageNo": 1,
"pageSize": 20,
"lists": [
{
"id": 1,
"code": "hr",
"name": "人事主管",
"remarks": "管理公司人员和招聘",
"sort": 5,
"isStop": 0,
"createTime": "2022-06-07 14:42:00",
"updateTime": "2022-06-07 14:44:33"
}
]
}
}
最后修改时间: 2 年前