Jinquan_Ou
2023-03-19 d959c9a23a536d7d73bbc1a3839aaacb2f7721c8
ruoyi-admin/src/main/java/com/ruoyi/web/controller/common/CommonController.java
@@ -73,8 +73,8 @@
        }
    }
    @GetMapping("/downLoadFile")
    public AjaxResult downLoadFile(@RequestParam("path") String path,HttpServletResponse response) throws Exception {
    @PostMapping("/downLoadFile")
    public AjaxResult downLoadFile(@RequestBody String path,HttpServletResponse response) throws Exception {
        return downLoadFileService.downLoadFile(path,response);
    }