diff --git a/miniprogram/encryptor/encryptor.go b/miniprogram/encryptor/encryptor.go index ea02415..bd8613f 100644 --- a/miniprogram/encryptor/encryptor.go +++ b/miniprogram/encryptor/encryptor.go @@ -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 {