{
"alwaysShow": false,
"children": [
{}
],
"component": "string",
"createTime": "2019-08-24T14:15:22Z",
"hidden": false,
"icon": "string",
"id": "string",
"isDeleted": false,
"isSelect": false,
"level": 0,
"meta": "string",
"modifyTime": "2019-08-24T14:15:22Z",
"name": "string",
"path": "string",
"permissionValue": "string",
"pid": "string",
"redirect": "string",
"sort": 0,
"status": 0,
"title": "string",
"type": 0
}
curl --location --request POST 'http://leju.bufan.cloud/admin/sysAuth/permission/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"alwaysShow": false,
"children": [
{}
],
"component": "string",
"createTime": "2019-08-24T14:15:22Z",
"hidden": false,
"icon": "string",
"id": "string",
"isDeleted": false,
"isSelect": false,
"level": 0,
"meta": "string",
"modifyTime": "2019-08-24T14:15:22Z",
"name": "string",
"path": "string",
"permissionValue": "string",
"pid": "string",
"redirect": "string",
"sort": 0,
"status": 0,
"title": "string",
"type": 0
}'
{
"code": 0,
"data": {},
"message": "string",
"success": false
}