岗位所有
GET
/api/system/post/all- 所有岗位
请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
array [object {8}]
必需
id
integer
可选
code
string
可选
name
string
可选
remarks
string
可选
sort
integer
可选
isStop
integer
可选
createTime
string
可选
updateTime
string
可选
示例
{
"code": 200,
"msg": "成功",
"data": [
{
"id": 1,
"code": "hr",
"name": "人事主管",
"remarks": "管人的",
"sort": 10,
"isStop": 0,
"createTime": "2022-06-07 15:10:18",
"updateTime": "2022-06-07 15:10:18"
}
]
}
最后修改时间: 2 年前