panlei
2019-07-31 2b5f0681383dce4e352c7b8daee6e09e0458bc7c
ruleserver/timeTicker.go
@@ -28,7 +28,7 @@
   Sort        int32     // 摄像机在规则组中序号
   Result      string    // 摄像机过滤数据得出的结果
   RuleWithPre string    // 摄像机之间的连接符
   CacheData   *ResultMsg // 缓存当前帧数据
   CacheData   ResultMsg // 缓存当前帧数据
}
func TimeTicker() {