本文档为大众产品接口文档 如需不明确请及时联系客服处理!
curl --location --request GET 'http://prod-cn.your-api-server.com/api/client/auth/menu'{
"code": 0,
"data": [
{
"children": [
{
"component": "string",
"hidden": true,
"meta": {
"affix": true,
"icon": "string",
"title": "string"
},
"name": "string",
"path": "string"
}
],
"component": "string",
"hidden": true,
"meta": {
"affix": true,
"icon": "string",
"title": "string"
},
"path": "string",
"redirect": "string"
}
],
"message": "string"
}