zhangzengfei
2024-05-16 131945ff5bc769dbc1004e12a8afc832df275c96
vo/face.go
@@ -4,8 +4,8 @@
   ImageID     string `json:"ImageID"`     // 图像ID
   EventSort   int    `json:"EventSort"`   // 事件排序
   DeviceID    string `json:"DeviceID"`    // 设备ID
   StoragePath string `json:"StoragePath"` // 存储路径
   Type        string `json:"Type"`        // 类型
   StoragePath string `json:"StoragePath"` // 存储路径 采用Data传图片时为空
   Type        string `json:"Type"`        // 类型 14 场景图, 11 人脸图
   FileFormat  string `json:"FileFormat"`  // 文件格式
   ShotTime    string `json:"ShotTime"`    // 拍摄时间
   Width       int    `json:"Width"`       // 宽度
@@ -95,3 +95,7 @@
      FaceObject []FaceObject `json:"FaceObject"`
   } `json:"FaceListObject"`
}
type NotificationFaceList struct {
   FaceObject []FaceObject `json:"FaceObject"`
}