curl --location '/config/get/performanceNoticeDept?type=undefined' \
--header 'Authorization: Bearer {{token}}'{
"code": 0,
"msg": "",
"data": [
{
"id": 0,
"name": "",
"type": 0,
"children": [
{
"id": 0,
"name": "",
"type": 0,
"children": []
}
]
}
]
}