ソースを参照

异步上传matterpro数据接口

dengsixing 2 年 前
コミット
74b367735c

+ 2 - 0
src/main/java/com/fdkankan/scene/service/impl/InnerApiServiceImpl.java

@@ -219,6 +219,8 @@ public class InnerApiServiceImpl implements IInnerApiService {
                 result.put("status", SceneStatus.NO_DISPLAY.code());
                 redisUtil.set(key, result.toJSONString(), RedisKey.CAMERA_EXPIRE_7_TIME);
             }catch (Exception e){
+                log.error("上传matterpro数据出错:{}", sceneNum);
+                log.error("上传matterpro数据出错", e);
                 result.put("status", SceneStatus.FAILD.code());
                 redisUtil.set(key, result.toJSONString(), RedisKey.CAMERA_EXPIRE_7_TIME);
             }