Skip to content

Commit

Permalink
增加快速注册小程序
Browse files Browse the repository at this point in the history
  • Loading branch information
sharklet committed Mar 25, 2021
1 parent de9760d commit c96215a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/decoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit c96215a

Please sign in to comment.