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