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