文档
测试

根据上级id查询子级部门

GET
http://localhost:8080/reaction/dept/list

请求参数

参数名
类型
描述
必填
parentId
Integer
部门id
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:操作成功
必填
code
int
示例:0
必填
data
array
数据列表
必填
parentId
int
父级id 示例:1
必填
orderNum
int
排序号 示例:4
必填
id
int
id 示例:4
必填
name
string
部门名称 示例:开发一组
必填

说明 / 示例

http://localhost:8080/reaction/dept/list?parentId=1