From 1ca4879df9cc3c22181b2a200aa4b793116d3d35 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期六, 19 十月 2024 16:23:55 +0800 Subject: [PATCH] fix id --- model/model.go | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/model/model.go b/model/model.go index 7016d1c..d7a8fe3 100644 --- a/model/model.go +++ b/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 -- Gitblit v1.8.0