add(req-2119):下载接口API-调试8
This commit is contained in:
parent
fb1d20d2a8
commit
84a205698a
@ -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);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user