【update】修改system模块接口 list -> page

This commit is contained in:
mzc5649
2021-04-13 18:18:34 +08:00
parent 18f00318e3
commit e674b28afa
21 changed files with 21 additions and 21 deletions
@@ -30,7 +30,7 @@ public class OSSFileController {
private IOSSFileService ossFileService;
@ResponseBody
@GetMapping("/list")
@GetMapping("/page")
public Result<IPage<OSSFile>> queryPageList(OSSFile file,
@RequestParam(name = "pageNo", defaultValue = "1") Integer pageNo,
@RequestParam(name = "pageSize", defaultValue = "10") Integer pageSize, HttpServletRequest req) {