Authorization: Bearer ********************
curl --location --request GET '/dept/treeselect?deptName=&orderNum='
{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"parentId": 0,
"label": "string",
"children": [
{}
]
}
]
}