文档
测试

修改组织层级

POST
/operation/1.1/orglevel/save

请求头

参数名
类型
描述
必填
token
字符串
用户登录后返回的token
必填

示例

请求参数: ``` { "controlName": "岗位级", "name": "一级", "tenantId": 1, "levelInt": 1, "updateTime": 1599572924000, "id": 4, "controlCustromName": "岗位级" } ``` 响应体: ``` { "result":true } ```

请求参数说明

参数名
类型
描述
必填
controlName
string
示例:岗位级
必填
name
string
示例:一级
必填
tenantId
int
示例:1
必填
levelInt
int
示例:1
必填
updateTime
int
示例:1599572924000
必填
id
int
示例:4
必填
controlCustromName
string
自定义层级名称(只允许修改此字段)
必填