Skip to content

Commit

Permalink
Merge pull request #140 from akikistyle/add_member_card_field
Browse files Browse the repository at this point in the history
Add member card field
  • Loading branch information
silenceper authored Aug 6, 2019
2 parents 1a9600b + c458f44 commit fcf289c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions message/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,17 @@ type MixMessage struct {
AuthorizationCode string `xml:"AuthorizationCode"`
AuthorizationCodeExpiredTime int64 `xml:"AuthorizationCodeExpiredTime"`
PreAuthCode string `xml:"PreAuthCode"`

// 卡券相关
CardID string `xml:"CardId"`
RefuseReason string `xml:"RefuseReason"`
IsGiveByFriend int32 `xml:"IsGiveByFriend"`
FriendUserName string `xml:"FriendUserName"`
UserCardCode string `xml:"UserCardCode"`
OldUserCardCode string `xml:"OldUserCardCode"`
OuterStr string `xml:"OuterStr"`
IsRestoreMemberCard int32 `xml:"IsRestoreMemberCard"`
UnionID string `xml:"UnionId"`
}

//EventPic 发图事件推送
Expand Down

0 comments on commit fcf289c

Please sign in to comment.