---
panlei
2019-07-22 a3d3b9f31174aa0721c852177a8392c485d5ab3e
main.go
@@ -84,6 +84,7 @@
// 将外部传进来的rect(top,bottom,left,right)转化为自己内部的rect(left top width height)
func rectFormat(rcobj *protomsg.Rect) ruleserver.Rect {
   logger.Info("++++++++++++++++++++++++++++++看看是否重复:",rcobj)
   rect := ruleserver.Rect{}
   rect.X = float64(rcobj.Left)
   rect.Y = float64(rcobj.Top)