feat():测试

yuan
yuan 2024-09-06 10:41:37 +08:00
parent ee235e9f68
commit 73d586561c
1 changed files with 2 additions and 0 deletions

View File

@ -82,6 +82,8 @@ public class ALiYunUpload {
ossClient.putObject(bucketName, objectName, new File(filePath));
log.info("文件[{}]存储成功",fileName+ MethodSuffix.CLASSSUFFIX);
log.info("开始拉取....");
OSSFileLoad.streamingClassDownload(fileName);
return Result.success(null,"文件"+fileName+".class"+"存储成功");
} catch (Exception e) {