curl --location --request GET '/sys/departments?name&path&status&pageSize&pageNum'
{"code":200,"message":"success","data":{"pageNum":1,"pageSize":5,"total":12,"pages":3,"list":[{"id":1,"name":"研发部","path":"罗湖区解放路4018号.","order":0,"status":1,"users":null},{"id":2,"name":"质量保证部","path":"福田区侨香路3010号.","order":1,"status":1,"users":null},{"id":3,"name":"项目管理部","path":"福田区安托山九路9号.","order":1,"status":1,"users":null},{"id":4,"name":"技术支持部","path":"南山区东滨路3115号.","order":1,"status":1,"users":null},{"id":5,"name":"产品管理部","path":"\t南山区龙珠大道69号","order":1,"status":1,"users":null}]}}