{
"roleId": 3,
"userIds": [
2
],
"auth": true
}
curl --location --request PUT 'https://m1.apifoxmock.com/m1/1551143-0-default/system/role/user/auth' \
--header 'Authorization;' \
--header 'Referer;' \
--header 'User-Agent;' \
--header 'Content-Type: application/json' \
--data-raw '{
"roleId": 3,
"userIds": [
2
],
"auth": true
}'
{
"code": 200,
"msg": "成功"
}