curl --location --request GET '/admin/menus'{
"flag": true,
"code": 0,
"message": "string",
"data": [
{
"id": 0,
"parentId": 0,
"name": "string",
"path": "string",
"component": "string",
"icon": "string",
"orderNum": 0,
"isDisable": 0,
"isHidden": 0,
"createTime": "2019-08-24T14:15:22Z"
}
]
}