{
"res": "string",
"rid": 0,
"dataId": 0
}
curl --location --request POST '/v4/gateway/acc.role.listops' \
--header 'Authorization;' \
--header 'Appkey;' \
--header 'Access-Token-Type;' \
--header 'Content-Type: application/json' \
--data-raw '{
"res": "string",
"rid": 0,
"dataId": 0
}'
{
"data": {
"code": "string",
"idField": "string",
"nameField": "string",
"model": "string",
"text": "string",
"op": [
{
"code": "string",
"text": "string",
"allow": "string"
}
]
},
"success": true,
"message": "string",
"code": 0
}