{
"dataScope": "5",
"deptCheckStrictly": "1",
"deptIds": [
50
],
"roleId": 3
}
curl --location --request PUT 'https://m1.apifoxmock.com/m1/1551143-0-default/system/role/data-scope' \
--header 'Authorization;' \
--header 'Referer;' \
--header 'User-Agent;' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataScope": "5",
"deptCheckStrictly": "1",
"deptIds": [
50
],
"roleId": 3
}'
{"code":200,"msg":"成功"}