{
"id": "string",
"roleName": "string",
"code": "string",
"identityTag": "string",
"permissions": [
{
"id": "string",
"specials": [
"string"
]
}
]
}
curl --location --request POST 'https://eventsys-test-d-browser.gogen.cn/eventSys/role/modify' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"roleName": "string",
"code": "string",
"identityTag": "string",
"permissions": [
{
"id": "string",
"specials": [
"string"
]
}
]
}'
{
"status": false,
"code": 0,
"message": "",
"exceMes": "",
"requestId": "",
"timestamp": 0,
"result": {}
}