From d0bc216665a6d53135641ff009014a02a3774dd9 Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期三, 24 七月 2019 18:06:02 +0800 Subject: [PATCH] 事件推送 --- main.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/main.go b/main.go index cdbf637..5284b7d 100644 --- a/main.go +++ b/main.go @@ -84,6 +84,7 @@ // 灏嗗閮ㄤ紶杩涙潵鐨剅ect锛坱op,bottom,left,right锛夎浆鍖栦负鑷繁鍐呴儴鐨剅ect(left top width height) func rectFormat(rcobj *protomsg.Rect) ruleserver.Rect { + logger.Info("++++++++++++++++++++++++++++++鏀跺埌鐨剏olo鐨勫尯鍩熷潗鏍囷細",rcobj) rect := ruleserver.Rect{} rect.X = float64(rcobj.Left) rect.Y = float64(rcobj.Top) -- Gitblit v1.8.0