zhangzengfei
2024-05-16 5179bc5c1501aa12e87c1162d5a1f91aea33abd4
vo/subscribe.go
@@ -56,6 +56,12 @@
   } `json:"SubscribeNotificationListObject"`
}
type RequestSubscribeNotificationBind struct {
   SubscribeNotificationListObject struct {
      SubscribeNotificationObject []Notification `json:"SubscribeNotificationObject"`
   } `json:"SubscribeNotificationListObject"`
}
type DeviceNotification struct {
   NotificationID   string
   SubscribeID      string
@@ -75,3 +81,14 @@
   ExecuteOperation int
   FaceObjectList   NotificationFaceList
}
type Notification struct {
   NotificationID   string
   SubscribeID      string
   Title            string
   TriggerTime      string
   InfoIDs          string
   ExecuteOperation int
   DeviceList       NotificationApeList
   FaceObjectList   NotificationFaceList
}