一道通数字道闸管理平台


修改部门

[TOC]

简要描述
  • 修改部门
请求URL
  • http://localhost/dev-api/system/dept
请求方式
  • GET
参数
参数名 必选 类型 说明
deptName string 部门名称
email string 邮箱
leader string 负责人
orderNum string 显示顺序
parentId string 父部门ID
phone string 联系电话
status string 部门状态:0正常,1停用
返回示例
 {
  "msg": "操作成功",
  "code": 200
}

页面列表

ITEM_HTML