代码调整
This commit is contained in:
@@ -143,7 +143,7 @@ public class FileStorageUtil {
|
||||
* @date 2023/3/7 23:04
|
||||
* @param filePath 文件在服务器的路径
|
||||
*/
|
||||
public void downloadStream(HttpServletResponse response, String filePath) throws IOException {
|
||||
public void downloadStream(HttpServletResponse response, String filePath) {
|
||||
InputStream inputStream;
|
||||
OutputStream toClient = null;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user