ruleserver/attachInfo.go
@@ -2,7 +2,7 @@ import ( "basic.com/pubsub/protomsg.git" "basic.com/valib/logger.git" logger "github.com/alecthomas/log4go" uuid "github.com/satori/go.uuid" "ruleprocess/cache" ) @@ -24,7 +24,7 @@ logger.Error("查询摄像机信息失败") } push.Cam = &camera msg.Push.PushId = uuid.NewV4().String() push.PushId = uuid.NewV4().String() // 视频地址占位符 //localConfig1, err := cache.GetServerInfo() //if err != nil {