lyhzzz 1 vuosi sitten
vanhempi
commit
c827262aac

+ 1 - 0
src/main/java/com/fdkankan/fusion/service/impl/ThreadService.java

@@ -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")){