diff --git a/core/decoder.go b/core/decoder.go index c9242e7..e4289bd 100644 --- a/core/decoder.go +++ b/core/decoder.go @@ -66,6 +66,8 @@ type NotifyMessage struct { AuthorizationCode string `xml:"AuthorizationCode"` PreAuthCode string `xml:"PreAuthCode"` Appid string `xml:"appid"` + AuthCode string `xml:"auth_code"` + Status int `xml:"status"` InfoMessage }