|
|
|
@ -3,6 +3,7 @@ package com.haiwei.web.controller.common;
|
|
|
|
|
import javax.servlet.http.HttpServletRequest;
|
|
|
|
|
import javax.servlet.http.HttpServletResponse;
|
|
|
|
|
|
|
|
|
|
import io.swagger.annotations.Api;
|
|
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
|
|
import org.slf4j.Logger;
|
|
|
|
|
import org.slf4j.LoggerFactory;
|
|
|
|
@ -95,6 +96,7 @@ public class CommonController
|
|
|
|
|
/**
|
|
|
|
|
* 本地资源通用下载
|
|
|
|
|
*/
|
|
|
|
|
@ApiOperation(tags = {"文档归档"}, value = "下载")
|
|
|
|
|
@GetMapping("/common/download/resource")
|
|
|
|
|
public void resourceDownload(String resource, HttpServletRequest request, HttpServletResponse response)
|
|
|
|
|
throws Exception
|
|
|
|
|