Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
framework-tools
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 1f6a21a4
authored
Jul 14, 2024
by
henry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改下载接口复制
1 parent
1abe519f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
framework-system-manage/src/main/java/org/arch/manage/conterller/OssController.java
framework-system-manage/src/main/java/org/arch/manage/conterller/OssController.java
View file @
1f6a21a
...
...
@@ -42,9 +42,9 @@ public class OssController {
}
@ApiOperation
(
value
=
"下载"
)
@PostMapping
(
"/download
Object
"
)
@PostMapping
(
"/download"
)
@OperLog
(
value
=
LogOperTypeEnum
.
DOWNLOAD
,
logTypeValue
=
LogTypeEnum
.
BUSI_LOG
,
operDes
=
"文件下载"
,
moduleName
=
"系统功能"
)
public
void
downloadObject
(
DownloadObjectDTO
params
,
HttpServletResponse
response
)
{
public
void
downloadObject
(
@RequestBody
DownloadObjectDTO
params
,
HttpServletResponse
response
)
{
this
.
ossService
.
downloadObject
(
params
,
response
);
}
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment