部门更新
POST
http://localhost:{{port}}/shiro/system/dept/update
请求参数
参数名
类型
描述
必填
id
int
示例:15
必填
name
string
示例:行政部是打算的
必填
phone
string
示例:15079457458
必填
address
string
示例:3栋504房间
必填
响应参数
参数名
类型
描述
必填
success
boolean
示例:true
必填
data
string
示例:操作成功
必填