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