model/model.go
@@ -12,13 +12,6 @@ PicSmImages: nil, } var PushDataInfoV2 = &pushDataInfoV2{ PicMaxImages: nil, PicSmImages: nil, CameraFloor: "", DataSource: "smart-ai", } type BaseCompareInfo struct { BwType string `json:"bwType"` TableId string `json:"tableId"` @@ -66,7 +59,7 @@ PicH int `json:"picH"` } type pushDataInfoV2 struct { type PushDataInfoV2 struct { CameraId string `json:"cameraId"` CameraFloor string `json:"cameraFloor"` //摄像机楼层 Direction string `json:"direction"` // 摄像机运行方向 up or down