上传图片多个img路径

This commit is contained in:
GYJ
2024-06-21 10:42:47 +08:00
parent 17dde1ec59
commit 52d2393ac8

View File

@@ -59,7 +59,7 @@ public class AliFileUploadController {
// 关闭OSSClient。
ossClient.shutdown();
// String src = commonRepository.findOne(72).getValue()+"/"+completePath;
String src = commonRepository.findOne(19).getValue()+"/img/"+completePath;
String src = commonRepository.findOne(19).getValue()+"/"+completePath;
return Result.success().put("data",src);
}else{
try