|
@@ -121,6 +121,10 @@ public class FodderServiceImpl implements FodderService {
|
|
|
entity.setTour(tourXmlScene);
|
|
|
// 上传切图
|
|
|
this.uploadOss(sceneCode);
|
|
|
+ String ossUrl = configConstant.ossDomain + configConstant.ossBasePath + sceneCode+"/vtour/panos/"+sceneCode+".tiles/thumb.jpg";
|
|
|
+
|
|
|
+ entity.setIcon(ossUrl);
|
|
|
+
|
|
|
log.info("任务成功返回: " + obj);
|
|
|
} catch (InterruptedException e) {
|
|
|
e.printStackTrace();
|