删除岗位
[TOC]
简要描述
- 删除岗位
请求URL
http://localhost/dev-api/system/post/list/postId
请求方式
- GET
参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
postId | 是 | string | 岗位ID |
返回示例
{
"msg": "操作成功",
"code": 200
}
[TOC]
http://localhost/dev-api/system/post/list/postId
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
postId | 是 | string | 岗位ID |
{
"msg": "操作成功",
"code": 200
}