zhangzengfei
2024-09-13 1e9dd99c4496915c9d38327c2ac9a2c3e47c1bc2
vo/subscribe.go
@@ -53,6 +53,10 @@
   } `json:"SubscribeListObject"`
}
type RequestCancelSubscribe struct {
   SubscribeObject Subscribe `json:"SubscribeObject"`
}
type RequestSubscribeNotification struct {
   SubscribeNotificationListObject struct {
      SubscribeNotificationObject []interface{} `json:"SubscribeNotificationObject"`
@@ -85,6 +89,16 @@
   FaceObjectList   NotificationFaceList
}
type PersonNotification struct {
   NotificationID   string
   SubscribeID      string
   Title            string
   TriggerTime      string
   InfoIDs          string
   ExecuteOperation int
   PersonObjectList NotificationPersonList
}
type Notification struct {
   NotificationID   string
   SubscribeID      string
@@ -94,4 +108,5 @@
   ExecuteOperation int
   DeviceList       NotificationApeList
   FaceObjectList   NotificationFaceList
   PersonObjectList NotificationPersonList
}