Authorization: Bearer ********************curl --location -g --request GET 'http://localhost:81/system/dept/treeselect?deptName&children[0].deptName&children[0].children[0].deptName' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "",
"data": [
{
"id": 0,
"label": "",
"children": [
{
"id": 0,
"label": "",
"children": []
}
]
}
]
}