Commit 628b5c52 authored by 赵啸非's avatar 赵啸非

修改缓存刷新

parent e19f330c
Pipeline #2709 failed with stages
...@@ -68,7 +68,7 @@ public class DeviceCallbackController { ...@@ -68,7 +68,7 @@ public class DeviceCallbackController {
} }
} catch (Exception e) { } catch (Exception e) {
log.error("接收数据失败", e); log.error("接收数据失败", e);
Rest.fail(e.getMessage()); // Rest.fail(e.getMessage());
} }
return Rest.ok(); return Rest.ok();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment