{
"createBy": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22.123Z",
"params": {
"property1": {},
"property2": {}
},
"roleId": 0,
"roleName": "string",
"roleKey": "string",
"roleSort": 0,
"dataScope": "string",
"menuCheckStrictly": true,
"deptCheckStrictly": true,
"status": "string",
"delFlag": "string",
"remark": "string",
"flag": true,
"menuIds": [
0
],
"deptIds": [
0
],
"admin": true
}curl --location --request PUT 'http://192.168.52.5:8080/system/role/dataScope' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJxQWo0VU4xVkRJdWdrZkdSZVFMaDk2S2x6MWdYSnJTSiIsInVzZXJJZCI6MX0.g2srfCruWHafh0ipnEPhoASa9m7l0MTRazY011Ayka8' \
--header 'Content-Type: application/json' \
--data '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22.123Z",
"params": {
"property1": {},
"property2": {}
},
"roleId": 0,
"roleName": "string",
"roleKey": "string",
"roleSort": 0,
"dataScope": "string",
"menuCheckStrictly": true,
"deptCheckStrictly": true,
"status": "string",
"delFlag": "string",
"remark": "string",
"flag": true,
"menuIds": [
0
],
"deptIds": [
0
],
"admin": true
}'{
"code": 0,
"msg": "string",
"data": {}
}