{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"roleId": 0,
"roleName": "string",
"roleKey": "string",
"roleSort": 0,
"dataScope": "string",
"menuCheckStrictly": true,
"deptCheckStrictly": true,
"status": "string",
"delFlag": "string",
"unitType": "string",
"remark": "string",
"flag": true,
"menuIds": [
0
],
"deptIds": [
0
],
"divisionCodes": "string",
"stationIds": "string",
"placeTypes": "string",
"checkTaskType": "string",
"admin": true
}
curl --location --request PUT 'http://127.0.0.1:8081/system/role' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"roleId": 0,
"roleName": "string",
"roleKey": "string",
"roleSort": 0,
"dataScope": "string",
"menuCheckStrictly": true,
"deptCheckStrictly": true,
"status": "string",
"delFlag": "string",
"unitType": "string",
"remark": "string",
"flag": true,
"menuIds": [
0
],
"deptIds": [
0
],
"divisionCodes": "string",
"stationIds": "string",
"placeTypes": "string",
"checkTaskType": "string",
"admin": true
}'
{
"code": 0,
"msg": "string",
"data": {}
}