springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/api/RoleApi.java
@@ -79,4 +79,14 @@ public R deleteRoleBackstage(@RequestBody RoleVO roleVO){ return roleService.deleteRoleBackstage(roleVO); } /** * 平台菜单列表 * @param type 1 运营平台 2 社区平台 * @return 菜单集合 */ @PostMapping("listmenubackstage") public R listMenuBackstage(@RequestParam("type")int type){ return roleService.listMenuBackstage(type); } }