| | |
| | | } `json:"SubscribeListObject"` |
| | | } |
| | | |
| | | type RequestCancelSubscribe struct { |
| | | SubscribeObject Subscribe `json:"SubscribeObject"` |
| | | } |
| | | |
| | | type RequestSubscribeNotification struct { |
| | | SubscribeNotificationListObject struct { |
| | | SubscribeNotificationObject []interface{} `json:"SubscribeNotificationObject"` |
| | |
| | | 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 |
| | |
| | | ExecuteOperation int |
| | | DeviceList NotificationApeList |
| | | FaceObjectList NotificationFaceList |
| | | PersonObjectList NotificationPersonList |
| | | } |