根据部门编号获取详细信息 websocket测试 GET localhost:8080/system/dept/{deptId} 接口描述 localhost:8080/system/dept/200 说明 / 示例 { "msg": "操作成功", "code": 200, "data": { "searchValue": null, "createBy": "admin", "createTime": "2020-10-26 15:24:52", "updateBy": null, "updateTime": null, "remark": null, "params": { }, "deptId": 200, "parentId": 100, "ancestors": "0,100", "deptName": "销售部", "orderNum": "1", "leader": null, "phone": "15542652120", "email": "1226811824@qq.com", "status": "0", "delFlag": "0", "parentName": "oa系统", "children": [] } }
{ "msg": "操作成功", "code": 200, "data": { "searchValue": null, "createBy": "admin", "createTime": "2020-10-26 15:24:52", "updateBy": null, "updateTime": null, "remark": null, "params": { }, "deptId": 200, "parentId": 100, "ancestors": "0,100", "deptName": "销售部", "orderNum": "1", "leader": null, "phone": "15542652120", "email": "1226811824@qq.com", "status": "0", "delFlag": "0", "parentName": "oa系统", "children": [] } }