curl --location --request GET 'https://test.51vive.com/app/sys/dept/deptTree?createDept=&createBy=&createTime=&updateBy=&updateTime=¶ms=&deptId=&parentId=&companyId=&deptName=&orderNum=&leader=&phone=&email=&status='{
"code": 0,
"msg": "string",
"data": [
{
"name": {
"empty": true
},
"id": 0,
"config": {
"idKey": "string",
"parentIdKey": "string",
"weightKey": "string",
"nameKey": "string",
"childrenKey": "string",
"deep": 0
},
"parentId": 0,
"weight": {},
"empty": true,
"property1": {},
"property2": {}
}
]
}