|
@@ -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));
|
|
|
});
|
|
|
}
|
|
|
|