新增岗位
[TOC]
简要描述
- 新增岗位
请求URL
http://localhost/dev-api/system/post/list
请求方式
- GET
参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
postCode | 是 | string | 岗位编码 |
postName | 是 | string | 岗位名称 |
postSort | 是 | string | 岗位排序 |
status | 是 | string | 状态(0=正常,1=停用) |
返回示例
{
"msg": "操作成功",
"code": 200
}