高质量-oss下载改成get请求
This commit is contained in:
@ -116,7 +116,7 @@ public class HighQualityClientController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@ApiOperation("oss文件下载")
|
@ApiOperation("oss文件下载")
|
||||||
@PostMapping("/download")
|
@GetMapping("/download")
|
||||||
public void download(@RequestParam String key, HttpServletResponse response) throws IOException {
|
public void download(@RequestParam String key, HttpServletResponse response) throws IOException {
|
||||||
iUploadOssService.download(response,key);
|
iUploadOssService.download(response,key);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user