curl --location --request GET 'http://192.168.20.159:8080/system/user/deptTree?deptName=&orderNum=' \
--header 'Authorization: Bearer ' \
--header 'Clientid: '{
"code": 0,
"msg": "string",
"data": [
{
"name": {
"empty": true
},
"id": 922337203685477600,
"parentId": 922337203685477600,
"weight": {},
"config": {
"idKey": "string",
"parentIdKey": "string",
"weightKey": "string",
"nameKey": "string",
"childrenKey": "string",
"deep": 0
},
"empty": true,
"property1": {},
"property2": {}
}
]
}