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