dengsixing 4 kuukautta sitten
vanhempi
commit
1e8986e322

+ 1 - 1
src/main/java/com/fdkankan/jp/xspace/service/impl/UnityServiceImpl.java

@@ -181,7 +181,7 @@ public class UnityServiceImpl implements IUnityService {
         List<File> files = FileUtil.loopFiles(boxModelPath);
         if(CollUtil.isNotEmpty(files)){
             files.stream().forEach(file->{
-                fYunFileService.uploadFile(file.getAbsolutePath(), file.getAbsolutePath().replace(boxModelPath, ossBoxModelPath));
+                fYunFileService.uploadFile(file.getAbsolutePath(), file.getAbsolutePath().replace(boxModelPath, xspaceSceneOssPath));
             });
         }