|
@@ -506,6 +506,9 @@ public class ScenePlusServiceImpl extends ServiceImpl<IScenePlusMapper, ScenePlu
|
|
|
String usesZipOssPath = String.format("downloads/scene/%s/video/", scenePlus.getNum()).concat(zipName);
|
|
|
fYunFileService.uploadFileByCommand(usesZipPath, usesZipOssPath);
|
|
|
|
|
|
+ FileUtil.del(userLocalPath);
|
|
|
+ FileUtil.del(usesZipPath);
|
|
|
+
|
|
|
return ResultData.ok(fYunFileConfig.getHost().concat(usesZipOssPath));
|
|
|
}
|
|
|
}
|