下载接口 return response.end()

This commit is contained in:
吕金泽 2022-06-24 14:18:28 +08:00
parent 539329e638
commit 8b64662664

View File

@ -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()
return response.end()