上传图片多个img路径
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user