{
"type": 0,
"deptInfo": [
{
"id": "string",
"name": "string"
}
],
"ids": [
0
]
}
curl --location --request POST '/config/get/performanceDept' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 0,
"deptInfo": [
{
"id": "string",
"name": "string"
}
],
"ids": [
0
]
}'
{
"code": 0,
"msg": "",
"data": [
{
"id": "",
"name": ""
}
]
}