|
@@ -327,7 +327,7 @@ public class SceneServiceImpl extends IBaseServiceImpl<SceneEntity, Long> implem
|
|
|
// 将新的someDataJson上传oss
|
|
|
QiniuOssUtil.upload(someDataPath, OSS_PATH + sceneCode + "/" + someDataName);
|
|
|
// log.info(someDataName + "已上传到七牛云");
|
|
|
- log.info("处理以完成: someData.json, 已上传七牛云");
|
|
|
+ log.info("处理完成: someData.json, 已上传七牛云");
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -414,6 +414,7 @@ public class SceneServiceImpl extends IBaseServiceImpl<SceneEntity, Long> implem
|
|
|
JSONObject hotJson = JSONObject.parseObject(hots);
|
|
|
|
|
|
Set<String> strings = hotJson.keySet();
|
|
|
+ log.info("data2热点数量:{}", strings.size());
|
|
|
for (String key: strings) {
|
|
|
JSONObject subJson = hotJson.getJSONObject(key);
|
|
|
String url = "https://www.4dmodel.com/SuperTwo/hot_online1/index.html#/?m=" + key;
|
|
@@ -460,6 +461,7 @@ public class SceneServiceImpl extends IBaseServiceImpl<SceneEntity, Long> implem
|
|
|
dataJsJson = JSONObject.parseObject(hots);
|
|
|
|
|
|
Set<String> strings = dataJsJson.keySet();
|
|
|
+ log.info("dataJs热点数量:{}", strings.size());
|
|
|
for (String key: strings) {
|
|
|
JSONObject subJson = dataJsJson.getJSONObject(key);
|
|
|
JSONObject infoAttribute = subJson.getJSONObject("infoAttribute");
|