| | |
| | | } `json:"SubscribeNotificationListObject"` |
| | | } |
| | | |
| | | type RequestSubscribeNotificationBind struct { |
| | | SubscribeNotificationListObject struct { |
| | | SubscribeNotificationObject []Notification `json:"SubscribeNotificationObject"` |
| | | } `json:"SubscribeNotificationListObject"` |
| | | } |
| | | |
| | | type DeviceNotification struct { |
| | | NotificationID string |
| | | SubscribeID string |
| | |
| | | ExecuteOperation int |
| | | FaceObjectList NotificationFaceList |
| | | } |
| | | |
| | | type Notification struct { |
| | | NotificationID string |
| | | SubscribeID string |
| | | Title string |
| | | TriggerTime string |
| | | InfoIDs string |
| | | ExecuteOperation int |
| | | DeviceList NotificationApeList |
| | | FaceObjectList NotificationFaceList |
| | | } |