ApiResult<List<SysMenu?>>
{
"code": 0,
"message": "string",
"data": [
{
"id": 0,
"createTime": "string",
"createdBy": 0,
"updateTime": "string",
"updatedBy": 0,
"version": 0,
"deleted": true,
"label": "string",
"parentId": 0,
"sortValue": 0,
"children": [
{}
],
"name": "string",
"path": "string",
"component": "string",
"redirect": "string",
"icon": "string",
"authority": "string",
"type": "MENU",
"hide": true,
"keepAlive": true,
"href": "string",
"frameSrc": "string",
"checked": true
}
],
"error": "string"
}