This commit is contained in:
wucongxing8150 2025-06-30 14:36:08 +08:00
parent 3055b29f17
commit fcd5a0eb0d

View File

@ -41,7 +41,7 @@ public class OSSFileController {
@Value("${file.storage.cloud.url.public}")
private String host;
@ApiOperation(value = "获取上传文件 Policy", notes="type==1 普通type==2 签名图片")
@ApiOperation(value = "获取上传文件 Policy ", notes="type==1 普通type==2 签名图片")
@GetMapping("/file/getOSSPolicy/{type}")
public ResponseDTO<OSSPolicyVO> getOSSPolicy(@PathVariable int type){
OSSFileTypeEnum ossFileType = OSSFileTypeEnum.getByVal(type);