springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/user/UserService.java
@@ -273,4 +273,12 @@ */ @PostMapping("/role/deleterolebackstage") R deleteRoleBackstage(@RequestBody RoleVO roleVO); /** * 平台菜单列表 * @param type 1 运营平台 2 社区平台 * @return 菜单集合 */ @PostMapping("/role/listmenubackstage") R listMenuBackstage(@RequestParam("type")int type); }