|
@@ -1032,6 +1032,7 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
|
|
|
fYunFileService.uploadFile(bucket, zipFilePath, "downloads/extras/" + zipName);
|
|
|
//删除本地文件
|
|
|
FileUtil.del(meshLocalPath);
|
|
|
+ FileUtil.del(zipFilePath);
|
|
|
String url = ossUrlPrefix + "downloads/extras/" + zipName + "?t=" + Calendar.getInstance().getTimeInMillis();
|
|
|
return ResultData.ok(url);
|
|
|
}
|