|
|
@ -70,6 +70,12 @@ public class FileUploadController { |
|
|
|
|
|
|
|
|
|
|
|
@ApiOperation("分片上传检测-oss服务器") |
|
|
|
@ApiOperation("分片上传检测-oss服务器") |
|
|
|
@PostMapping("/oss/check") |
|
|
|
@PostMapping("/oss/check") |
|
|
|
|
|
|
|
public Map<String, Object> check(String md5) { |
|
|
|
|
|
|
|
return uploadUtils.check(md5); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiOperation("分片上传检测-oss服务器") |
|
|
|
|
|
|
|
@PostMapping("/oss") |
|
|
|
public PartListing PartListing(OssListParts parts) { |
|
|
|
public PartListing PartListing(OssListParts parts) { |
|
|
|
return uploadUtils.list(parts); |
|
|
|
return uploadUtils.list(parts); |
|
|
|
} |
|
|
|
} |
|
|
|