add(req-2119):下载接口API-调试8

This commit is contained in:
胡朝飞 2024-03-07 17:49:08 +08:00
parent fb1d20d2a8
commit 84a205698a

View File

@ -16,6 +16,6 @@ import org.springframework.web.bind.annotation.RequestParam;
url = "http://oss:9123"
)
public interface DownloadFileApi {
@GetMapping(value = "/webApi/v1/obs/downloadFileFromObs", consumes = MediaType.APPLICATION_OCTET_STREAM_VALUE)
@GetMapping(value = "/webApi/v1/obs/downloadFileFromObs")
CommonResponse<Response> downloadFileFromObs(@RequestParam("fileUuid") String fileUuId);
}