🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# 获取菜单子菜单 >author: 吕文 > url:/apn/mtApnMenu/getMenus ***** > 请求类型:get ***** > 传入参数: > | 序号 | 字段名 | 字段中文 | 数据类型 | 是否必填 | 备注 | > | --- | --- | --- | --- | --- | --- | > | 1 | id | 服务表主键| Sting | 是 | > > 返回参数 > | 序号 | 字段名 | 字段中文 | 数据类型 | 是否必填 | 备注 | > | --- | --- | --- | --- | --- | --- | > | 1 | id | 主键 | Sting | --- | | > | 2 | mamServiceId | 应用服务id | Sting | ---| | > | 3 | mamType | 菜单类型 | Sting | ---| | > | --- | mamTypeName | 菜单类型对应字典值 | Sting | ---| | > |4 | mamValue | 菜单类型值 | Sting | ---| | > | 5 | mamIsIndex| 是否是首页 | Sting | ---| | > | 6 | mamParentId | 父id | Sting | ---| | > | 7 | menuList| 父节点下子节点list |list| ---| | > |8 | createBy|创建人 |String | --- | --- | > |9 | createTime|创建时间 |Date| ---| --- | > |10 | updateBy|更新人 |String | ---| --- | > |11 | updateTime|更新时间|Date | ---| --- | > |12 | mamMenuName|菜单名称|Sting | ---| --- | > |13 |mamWebRouter|前端组件|Sting | ---| --- | > |14 | mamPx|排序|Sting | ---| --- | > |15 |mamIsRouterMenu|是否路由菜单|Sting | ---| 1是 2否 | > |16 |mamHideRouter|隐藏路由|Sting | ---| --- | > |17 |mamCacheRouter|是否缓存路由|Sting | ---| 1是 2否 | > |18 | mamMenuUrl|菜单路径|Sting | ---| --- | > |19| mamMenuBigType|菜单大类 1 父菜单 2 子菜单|Sting | ---| --- | > 样例 ``` { "success": true, "message": "操作成功!", "code": 200, "result": [ { "id": "12323213", "createBy": null, "createTime": null, "updateBy": null, "updateTime": null, "sysOrgCode": null, "mamServiceId": "1506877313765859329", "mamType": "123", "mamValue": "3123", "mamIsIndex": null, "mamParentId": "", "menuList": [ { "id": "1506882778952310786", "createBy": "admin", "createTime": "2022-03-24 14:37:06", "updateBy": null, "updateTime": null, "sysOrgCode": "A02", "mamServiceId": "1506877313765859329", "mamType": "12233", "mamValue": "31213", "mamIsIndex": null, "mamParentId": "12323213", "menuList": null, "tabList": null }, { "id": "1506882783930949634", "createBy": "admin", "createTime": "2022-03-24 14:37:07", "updateBy": null, "updateTime": null, "sysOrgCode": "A02", "mamServiceId": "1506877313765859329", "mamType": "12233", "mamValue": "31213", "mamIsIndex": null, "mamParentId": "12323213", "menuList": [ { "id": "1506882839765524481", "createBy": "admin", "createTime": "2022-03-24 14:37:20", "updateBy": null, "updateTime": null, "sysOrgCode": "A02", "mamServiceId": "1506877313765859329", "mamType": "12233", "mamValue": "31213", "mamIsIndex": null, "mamParentId": "1506882783930949634", "menuList": null, "tabList": null }, { "id": "1506882843397791745", "createBy": "admin", "createTime": "2022-03-24 14:37:21", "updateBy": null, "updateTime": null, "sysOrgCode": "A02", "mamServiceId": "1506877313765859329", "mamType": "12233", "mamValue": "31213", "mamIsIndex": null, "mamParentId": "1506882783930949634", "menuList": null, "tabList": null }, { "id": "1506882847705341954", "createBy": "admin", "createTime": "2022-03-24 14:37:22", "updateBy": null, "updateTime": null, "sysOrgCode": "A02", "mamServiceId": "1506877313765859329", "mamType": "12233", "mamValue": "31213", "mamIsIndex": null, "mamParentId": "1506882783930949634", "menuList": null, "tabList": null } ], "tabList": null } ], "tabList": null }, { "id": "1506882768462356481", "createBy": "admin", "createTime": "2022-03-24 14:37:03", "updateBy": null, "updateTime": null, "sysOrgCode": "A02", "mamServiceId": "1506877313765859329", "mamType": "12233", "mamValue": "31213", "mamIsIndex": null, "mamParentId": "", "menuList": null, "tabList": null }, { "id": "1506882775194214402", "createBy": "admin", "createTime": "2022-03-24 14:37:05", "updateBy": null, "updateTime": null, "sysOrgCode": "A02", "mamServiceId": "1506877313765859329", "mamType": "12233", "mamValue": "31213", "mamIsIndex": null, "mamParentId": "", "menuList": null, "tabList": null } ], "timestamp": 1648106899074 } ```