mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-04 12:52:27 +08:00
支持解密 分享数据 得到 openGId (#406)
* 支持解密 分享数据 https://developers.weixin.qq.com/miniprogram/dev/api/share/wx.getShareInfo.html * fix fmt
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user