curl --location --request GET '/myauth/web/getMenuListAll' \
--header 'token: ea3d9ceed86c4e738f9693ebc7efe6d1'{
"code": 0,
"success": true,
"msg": "string",
"sign": "string",
"result": [
{
"id": "string",
"parentId": "string",
"level": 0,
"sort": 0,
"type": 0,
"path": "string",
"title": "string",
"icon": "string",
"children": [
{
"id": "string",
"parentId": "string",
"level": 0,
"sort": 0,
"type": 0,
"path": "string",
"title": "string",
"icon": "string",
"children": [
{
"id": "string",
"parentId": "string",
"level": 0,
"sort": 0,
"type": 0,
"path": "string",
"title": "string",
"icon": null,
"children": null
}
]
}
]
}
],
"timestamp": 0
}