@@ -48,6 +48,7 @@ type EventScan struct {
48
48
models.CallbackMessageHeader
49
49
AgentID string `xml:"AgentID"`
50
50
Ticket string `xml:"Ticket"`
51
+ //EventKey string `xml:"EventKey"`
51
52
}
52
53
53
54
type EventEnterAgent struct {
@@ -96,7 +97,7 @@ type EventView struct {
96
97
type EventScanCodePush struct {
97
98
contract.EventInterface
98
99
models.CallbackMessageHeader
99
- EventKey string `xml:"EventKey"`
100
+ // EventKey string `xml:"EventKey"`
100
101
ScanCodeInfo struct {
101
102
Text string `xml:",chardata"`
102
103
ScanType string `xml:"ScanType"`
@@ -108,7 +109,7 @@ type EventScanCodePush struct {
108
109
type EventScancodeWaitMsg struct {
109
110
contract.EventInterface
110
111
models.CallbackMessageHeader
111
- EventKey string `xml:"EventKey"`
112
+ // EventKey string `xml:"EventKey"`
112
113
ScanCodeInfo struct {
113
114
Text string `xml:",chardata"`
114
115
ScanType string `xml:"ScanType"`
@@ -120,7 +121,7 @@ type EventScancodeWaitMsg struct {
120
121
type EventPicSysPhoto struct {
121
122
contract.EventInterface
122
123
models.CallbackMessageHeader
123
- EventKey string `xml:"EventKey"`
124
+ // EventKey string `xml:"EventKey"`
124
125
SendPicsInfo struct {
125
126
Text string `xml:",chardata"`
126
127
Count string `xml:"Count"`
@@ -138,7 +139,7 @@ type EventPicSysPhoto struct {
138
139
type EventPicPhotoOrAlbum struct {
139
140
contract.EventInterface
140
141
models.CallbackMessageHeader
141
- EventKey string `xml:"EventKey"`
142
+ // EventKey string `xml:"EventKey"`
142
143
SendPicsInfo struct {
143
144
Text string `xml:",chardata"`
144
145
Count string `xml:"Count"`
@@ -156,7 +157,7 @@ type EventPicPhotoOrAlbum struct {
156
157
type EventPicWeixin struct {
157
158
contract.EventInterface
158
159
models.CallbackMessageHeader
159
- EventKey string `xml:"EventKey"`
160
+ // EventKey string `xml:"EventKey"`
160
161
SendPicsInfo struct {
161
162
Text string `xml:",chardata"`
162
163
Count string `xml:"Count"`
@@ -266,7 +267,7 @@ type EventTemplateCardEvent struct {
266
267
type EventTemplateCardMenuEvent struct {
267
268
contract.EventInterface
268
269
models.CallbackMessageHeader
269
- EventKey string `xml:"EventKey"`
270
+ // EventKey string `xml:"EventKey"`
270
271
TaskID string `xml:"TaskId"`
271
272
CardType string `xml:"CardType"`
272
273
ResponseCode string `xml:"ResponseCode"`
0 commit comments