xiewj 2 rokov pred
rodič
commit
393514bdf3

+ 1 - 0
720yun_fd_consumer/gis_consumer/src/main/java/com/gis/service/impl/FodderServiceImpl.java

@@ -122,6 +122,7 @@ public class FodderServiceImpl implements FodderService {
             // 上传切图
             this.uploadOss(sceneCode);
             String ossUrl = configConstant.ossDomain + configConstant.ossBasePath + sceneCode+"/vtour/panos/"+sceneCode+".tiles/thumb.jpg";
+            log.info("切图预览图ossUrl: {}",ossUrl);
 
             entity.setIcon(ossUrl);