From e927b5e0e1d3d5617c38c00ad41e4cd80046245b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E6=9C=9D=E9=A3=9E?= Date: Thu, 7 Mar 2024 15:31:54 +0800 Subject: [PATCH] =?UTF-8?q?add(req-2119):=E4=B8=8B=E8=BD=BD=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3API-=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/cn/axzo/oss/http/api/WebFileServiceApi.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oss-http-api/src/main/java/cn/axzo/oss/http/api/WebFileServiceApi.java b/oss-http-api/src/main/java/cn/axzo/oss/http/api/WebFileServiceApi.java index 32f57e8..744c45a 100644 --- a/oss-http-api/src/main/java/cn/axzo/oss/http/api/WebFileServiceApi.java +++ b/oss-http-api/src/main/java/cn/axzo/oss/http/api/WebFileServiceApi.java @@ -38,6 +38,6 @@ public interface WebFileServiceApi { @Valid @RequestParam("bizScene") String bizScene, @Valid @RequestPart MultipartFile file); - @PostMapping(value = "/webApi/v1/obs/downloadFileFromObs", consumes = MediaType.APPLICATION_PROBLEM_JSON_VALUE) - CommonResponse downloadFileFromObs(@Valid @RequestBody DownloadFileFromObsRequest req); + /*@PostMapping(value = "/webApi/v1/obs/downloadFileFromObs", consumes = MediaType.APPLICATION_PROBLEM_JSON_VALUE) + CommonResponse downloadFileFromObs(@Valid @RequestBody DownloadFileFromObsRequest req);*/ }