src/main/java/com/linghu/controller/PlatformController.java
@@ -94,7 +94,7 @@ } @GetMapping("/list") @ApiOperation("查询平台列表,不传页数和大小就查全部") @ApiOperation("查询平台列表") public ResponseResult<CustomPage<Platform>> list( @RequestParam(value = "page",required = false) Integer page, @RequestParam(value = "pageSize",required = false) Integer pageSize,