Authorization: Bearer ********************
{
"deptId": "27642a9a-2c75-47b7-928c-51f363c1b387",
"code": "04",
"name": "市场部",
"status": "1",
"Pid": "00",
"managerUid": "95989d71-d927-4a06-999c-7b3f10f39edf"
}
curl --location --request PUT 'http://127.0.0.1:3001/api/dept/updateDept' \
--header 'Content-Type: application/json' \
--data-raw '{
"deptId": "27642a9a-2c75-47b7-928c-51f363c1b387",
"code": "04",
"name": "市场部",
"status": "1",
"Pid": "00",
"managerUid": "95989d71-d927-4a06-999c-7b3f10f39edf"
}'
{}