岗位编辑
POST
/api/system/post/edit请求参数
Body 参数application/x-www-form-urlencoded
id
integer
岗位主键
code
string
岗位编码
name
string
岗位名称
remarks
string
岗位备注
sort
string
岗位排序
isStop
string
必需
是否停用 0=否,1=是
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
array
必需
示例
{
"code": 200,
"msg": "成功",
"data": []
}
最后修改时间: 2 年前