Authorization: Bearer ********************
curl --location --request GET 'https://jiugang.mhiiot.cn/openapi/project/api/sysMenu/GetFrontedMenus' \
--header 'Authorization: Bearer <token>'
{
"statusCode": 0,
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string",
"data": [
{
"id": "string",
"pid": "string",
"name": "string",
"component": "string",
"redirect": "string",
"title": "string",
"icon": "string",
"show": true,
"target": "string",
"link": "string",
"router": "string",
"hidden": true,
"isAywaysModel": true,
"systemType": "WEB",
"isOnly": true,
"sort": 0,
"remark": "string",
"children": [
{}
]
}
]
}