From 6a664d4d955576e99adfa64b9986c3d459c25802 Mon Sep 17 00:00:00 2001 From: yss <17921@qq.com> Date: Tue, 25 Apr 2023 15:37:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AB=98=E8=B4=A8=E9=87=8F-oss=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E6=94=B9=E6=88=90get=E8=AF=B7=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../highquality/controller/HighQualityClientController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/chinaunicom/mall/ebtp/extend/highquality/controller/HighQualityClientController.java b/src/main/java/com/chinaunicom/mall/ebtp/extend/highquality/controller/HighQualityClientController.java index 8445c15..c669289 100644 --- a/src/main/java/com/chinaunicom/mall/ebtp/extend/highquality/controller/HighQualityClientController.java +++ b/src/main/java/com/chinaunicom/mall/ebtp/extend/highquality/controller/HighQualityClientController.java @@ -116,7 +116,7 @@ public class HighQualityClientController { } @ApiOperation("oss文件下载") - @PostMapping("/download") + @GetMapping("/download") public void download(@RequestParam String key, HttpServletResponse response) throws IOException { iUploadOssService.download(response,key); }