mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-12 00:32:26 +08:00
Add member card field
This commit is contained in:
@@ -133,6 +133,17 @@ type MixMessage struct {
|
|||||||
AuthorizationCode string `xml:"AuthorizationCode"`
|
AuthorizationCode string `xml:"AuthorizationCode"`
|
||||||
AuthorizationCodeExpiredTime int64 `xml:"AuthorizationCodeExpiredTime"`
|
AuthorizationCodeExpiredTime int64 `xml:"AuthorizationCodeExpiredTime"`
|
||||||
PreAuthCode string `xml:"PreAuthCode"`
|
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 发图事件推送
|
//EventPic 发图事件推送
|
||||||
|
|||||||
Reference in New Issue
Block a user