ruoyi-admin/src/main/java/com/ruoyi/web/controller/common/CommonController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ruoyi-admin/src/main/java/com/ruoyi/web/controller/common/CommonController.java
@@ -73,7 +73,7 @@ } @GetMapping("/downLoadFile") public void downLoadFile(String path, HttpServletResponse response) throws Exception { public void downLoadFile(@PathParam("path") String path, HttpServletResponse response) throws Exception { downLoadFileService.downLoadFile(path,response); }