瀏覽代碼

feat:1、游戏帮派下拉框列表

zhangxianyu 2 月之前
父節點
當前提交
248c371798

+ 1 - 1
game-data/game-data-serve/src/main/java/com/zanxiang/game/data/serve/controller/RoleManageController.java

@@ -68,7 +68,7 @@ public class RoleManageController {
     }
 
     @ApiOperation(value = "游戏帮派列表")
-//    @PreAuthorize(permissionKey = "roleManage:gameCountry:list")
+    @PreAuthorize(permissionKey = "roleManage:gameCountry:list")
     @PostMapping("/gameCountryList")
     public ResultVO<List<Map>> gameCountryList(@RequestBody GameCountryParamDTO dto) {
         return ResultVO.ok(roleManageService.gameCountryList(dto));