From 8b646626640358d085c9c64c7f35173c2a95f5e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=95=E9=87=91=E6=B3=BD?= <1098696801@qq.com> Date: Fri, 24 Jun 2022 14:18:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E6=8E=A5=E5=8F=A3=20return?= =?UTF-8?q?=20response.end()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/magic-api/api/系统管理/文件管理/下载.ms | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/magic-api/api/系统管理/文件管理/下载.ms b/data/magic-api/api/系统管理/文件管理/下载.ms index 6dbe9fb..7442d28 100644 --- a/data/magic-api/api/系统管理/文件管理/下载.ms +++ b/data/magic-api/api/系统管理/文件管理/下载.ms @@ -5,7 +5,7 @@ "groupId" : "fd3d225a1cf141bf9998c4ec4bf4a6ab", "name" : "下载", "createTime" : null, - "updateTime" : 1656050052797, + "updateTime" : 1656051456794, "lock" : null, "createBy" : null, "updateBy" : null, @@ -70,4 +70,4 @@ if(urls.length > 1){ FileUtil.writeToStream(FileUtil.file(Global.getUserFilesBaseDir() + "/" + urls[0]), response.getOutputStream()) } -response.end() \ No newline at end of file +return response.end() \ No newline at end of file