add(req-2119):下载接口API-调试3
This commit is contained in:
parent
40a34c5cf1
commit
abd9016332
@ -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)
|
||||
@PostMapping(value = "/webApi/v1/obs/downloadFileFromObs")
|
||||
CommonResponse<Response> downloadFileFromObs(@Valid @RequestBody DownloadFileFromObsRequest req);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user