feat():测试

yuan
yuan 2024-09-06 09:34:31 +08:00
parent 7ea00fa1ce
commit 9a09e09ba7
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ public class OSSFileLoad {
return Result.error("预下载文件不存在");
}
// 本地文件下载路径
String localPath = "home/class/" + fileName ;
String localPath = "/home/lib/com/muyu/generate/" + fileName ;
try {
log.info("执行下载class文件:[{}]",localPath);