|
|
@@ -57,7 +57,7 @@ public class StorageFileController {
|
|
|
}
|
|
|
|
|
|
@ApiOperationSupport(author = "lf",order = 5)
|
|
|
- @PostMapping("/generationPreUploadUrl/{filename}")
|
|
|
+ @GetMapping("/generationPreUploadUrl/{filename}")
|
|
|
@ApiOperation(value = "生成上传文件的预签名URL",notes = "权限:无")
|
|
|
public CommonResult<String> generationPreUploadUrl(@PathVariable("filename") String fileName){
|
|
|
return CommonResult.success(fileService.generationPreUploadUrl(fileName));
|