|
@@ -101,7 +101,11 @@ type Message struct {
|
|
|
Description string `xml:"Description,omitempty" json:"Description,omitempty"`
|
|
|
URL string `xml:"Url,omitempty" json:"Url,omitempty"`
|
|
|
|
|
|
- Event string `xml:"Event,omitempty" json:"Event,omitempty"`
|
|
|
+ Event string `xml:"Event,omitempty" json:"Event,omitempty"`
|
|
|
+
|
|
|
+
|
|
|
+ EventKey string `xml:"EventKey,omitempty" json:"EventKey,omitempty"`
|
|
|
+ Ticket string `xml:"Ticket,omitempty" json:"Ticket,omitempty"`
|
|
|
|
|
|
MsgID int64 `xml:"MsgId,omitempty" json:"MsgId,omitempty"`
|
|
|
}
|