1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-04 21:02:25 +08:00

支持解密 分享数据 得到 openGId (#406)

* 支持解密 分享数据 

https://developers.weixin.qq.com/miniprogram/dev/api/share/wx.getShareInfo.html

* fix fmt
This commit is contained in:
Lien Li
2021-06-07 10:26:54 +08:00
committed by GitHub
parent 13e5b3938b
commit 2f88fad0bd

View File

@@ -45,6 +45,8 @@ type PlainData struct {
AvatarURL string `json:"avatarUrl"`
Language string `json:"language"`
PhoneNumber string `json:"phoneNumber"`
OpenGID string `json:"openGId"`
MsgTicket string `json:"msgTicket"`
PurePhoneNumber string `json:"purePhoneNumber"`
CountryCode string `json:"countryCode"`
Watermark struct {