@@ -94,8 +94,8 @@ public class MinioController {
return new ResponseBodyVO(ResponseBodyVO.Response.CLIENT_FAILURE, "文件流file为空,请检查!");
}
- @PostMapping("/download")
- public ResponseBodyVO<List<String>> download(
+ @PostMapping("/list")
+ public ResponseBodyVO<List<String>> list(
@RequestBody @Validated MinioParameter minioParameter
) throws ServerException, InsufficientDataException, ErrorResponseException, IOException, NoSuchAlgorithmException, InvalidKeyException, InvalidResponseException, XmlParserException, InternalException {