Authorization: ********************curl --location --request GET 'http://localhost:8080/api/system/user/menu' \
--header 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36' \
--header 'Authorization: <api-key>'{
"code": 0,
"message": "",
"data": [
{
"id": 0,
"createTime": "",
"createdBy": 0,
"updateTime": "",
"updatedBy": 0,
"version": 0,
"deleted": false,
"label": "",
"parentId": 0,
"sortValue": 0,
"children": [
{
"id": 0,
"createTime": "",
"createdBy": 0,
"updateTime": "",
"updatedBy": 0,
"version": 0,
"deleted": false,
"label": "",
"parentId": 0,
"sortValue": 0,
"children": [],
"name": "",
"path": "",
"component": "",
"redirect": "",
"meta": {
"title": "",
"icon": "",
"hide": false,
"keepAlive": false,
"href": "",
"frameSrc": ""
}
}
],
"name": "",
"path": "",
"component": "",
"redirect": "",
"meta": {
"title": "",
"icon": "",
"hide": false,
"keepAlive": false,
"href": "",
"frameSrc": ""
}
}
],
"error": ""
}