|
|
@@ -220,6 +220,7 @@ public class NjsSceneBoxModelServiceImpl extends ServiceImpl<INjsSceneBoxModelMa
|
|
|
String origKey = njsSceneBoxModel.getOrigKey();
|
|
|
String workDir = String.format(ConstantFilePath.SCENE_USER_PATH_V4, njsSceneBoxModel.getNum()) + "objToGlb" + File.separator + uuid + File.separator;
|
|
|
try {
|
|
|
+ FileUtil.mkdir(workDir);
|
|
|
String zipPath = workDir + FileUtil.getName(origKey);
|
|
|
fYunFileService.downloadFile(origKey, zipPath);
|
|
|
//解压
|