fix:文件下载

dev
wangxy 12 months ago
parent 302cfbd79e
commit 5462de7913

@ -168,11 +168,6 @@ public class FileRelationController extends BaseController {
return success(fileRelationManager.getFileInfo(applyId,fileCode)); return success(fileRelationManager.getFileInfo(applyId,fileCode));
} }
/**
*
*
*/
@ApiOperation("文件下载") @ApiOperation("文件下载")
@GetMapping("/download") @GetMapping("/download")
public void fileDownload(String fileId, HttpServletResponse response, HttpServletRequest request) { public void fileDownload(String fileId, HttpServletResponse response, HttpServletRequest request) {

Loading…
Cancel
Save