{
"dpId": 102022092831060007,
"staffIds": []
}
curl --location --request PUT '/orgmanager/dataprivilege/staff' \
--header 'Content-Type: application/json' \
--data-raw '{
"dpId": 102022092831060007,
"staffIds": []
}'
{
"code": 10000,
"data": 0,
"message": "提示消息内容"
}