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

This commit is contained in:
胡朝飞 2024-03-07 16:46:07 +08:00
parent 40a34c5cf1
commit abd9016332

View File

@ -38,6 +38,6 @@ public interface WebFileServiceApi {
@Valid @RequestParam("bizScene") String bizScene, @Valid @RequestParam("bizScene") String bizScene,
@Valid @RequestPart MultipartFile file); @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); CommonResponse<Response> downloadFileFromObs(@Valid @RequestBody DownloadFileFromObsRequest req);
} }