|
@@ -100,6 +100,7 @@ public class ThreadService {
|
|
|
if(!uploadToOssUtil.existKey(localPath.replace("/mnt/",""))){
|
|
|
throw new BusinessException(-1,"缺少.glb文件");
|
|
|
}
|
|
|
+ model.setModelGlbUrl(JSONArray.toJSONString(Arrays.asList(queryPath + localPath.replace("/mnt/",""))));
|
|
|
|
|
|
}
|
|
|
if(name.contains(".ply")){
|