{
"modifyBy": 0,
"lookPage": [
{}
],
"remark": "string",
"btnIdList": [
{}
],
"menuIdList": [
{}
],
"createBy": 0,
"modifyTime": "string",
"treeIdList": [
{}
],
"optIdList": [
{}
],
"sysMenuVOS": [
{
"id": 0,
"parentId": 0,
"modifyTime": "string",
"createdTime": "string",
"dataType": 0,
"sort": "99",
"code": "string",
"btnUrl": "string",
"ext": "string",
"method": "string",
"childList": "new ArrayList<>()",
"pageBtnList": "new ArrayList<>()",
"listRowBtnList": "new ArrayList<>()",
"treeBtnList": "new ArrayList<>()",
"lookList": [
{}
],
"checkEd": true,
"title": "string"
}
],
"roleName": "string",
"createdTime": "string",
"userNames": "string",
"id": 0,
"menuIds": [
{}
],
"createByUser": "string"
}
curl --location --request PUT '/v1/role' \
--header 'Content-Type: application/json' \
--data-raw '{
"modifyBy": 0,
"lookPage": [
{}
],
"remark": "string",
"btnIdList": [
{}
],
"menuIdList": [
{}
],
"createBy": 0,
"modifyTime": "string",
"treeIdList": [
{}
],
"optIdList": [
{}
],
"sysMenuVOS": [
{
"id": 0,
"parentId": 0,
"modifyTime": "string",
"createdTime": "string",
"dataType": 0,
"sort": "99",
"code": "string",
"btnUrl": "string",
"ext": "string",
"method": "string",
"childList": "new ArrayList<>()",
"pageBtnList": "new ArrayList<>()",
"listRowBtnList": "new ArrayList<>()",
"treeBtnList": "new ArrayList<>()",
"lookList": [
{}
],
"checkEd": true,
"title": "string"
}
],
"roleName": "string",
"createdTime": "string",
"userNames": "string",
"id": 0,
"menuIds": [
{}
],
"createByUser": "string"
}'
{
"message": "",
"code": 0,
"data": {}
}