通过部门计算人数 websocket测试 POST http://127.0.0.1/api/system/user/peopleCountByDeptId 请求参数 参数名 类型 描述 必填 0 object 数据字典 必填 deptId string 示例:101;部门ID 必填 deptName string 示例:0部门;部门名称 必填 1 object 数据字典 必填 deptId string 示例:121082520031773 必填 deptName string 示例:1部门 必填 响应参数 参数名 类型 描述 必填 msg string 示例:操作成功 必填 code int 示例:200 必填 data array 数据列表 必填 deptId string 示例:101;部门ID 必填 deptName string 示例:0部门;部门名称 必填 count int 示例:3;人数 必填