Skip to content

Commit fa9dbb8

Browse files
authored
Merge pull request #484 from jhonor777/develop
fix(OfficalAccount):Add EventKey to EventScan struct
2 parents a120f04 + 14f0494 commit fa9dbb8

File tree

1 file changed

+3
-2
lines changed
  • src/officialAccount/server/handlers/models

1 file changed

+3
-2
lines changed

src/officialAccount/server/handlers/models/event.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ type EventUnSubscribe struct {
4646
type EventScan struct {
4747
contract.EventInterface
4848
models.CallbackMessageHeader
49-
AgentID string `xml:"AgentID"`
50-
Ticket string `xml:"Ticket"`
49+
AgentID string `xml:"AgentID"`
50+
Ticket string `xml:"Ticket"`
51+
EventKey string `xml:"EventKey"`
5152
}
5253

5354
type EventEnterAgent struct {

0 commit comments

Comments
 (0)