curl --location --request GET '/admin-api/system/auth/navigation' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"navigations": [
{
"createTime": "2019-08-24T14:15:22Z",
"updateTime": "2019-08-24T14:15:22Z",
"creator": "string",
"updater": "string",
"deleted": true,
"id": 0,
"name": "string",
"permission": "string",
"type": 0,
"sort": 0,
"parentId": 0,
"path": "string",
"icon": "string",
"component": "string",
"componentName": "string",
"status": 0,
"visible": true,
"keepAlive": true,
"alwaysShow": true,
"belongTo": 0,
"navigation": true,
"oldName": "string",
"newParentId": 0
}
]
},
"msg": "string"
}