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