From 2f6498f4cbffbe99c2d279360581e9df88ea460f Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期一, 29 七月 2019 13:34:23 +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