Versions in this module Expand all Collapse all v1 v1.0.2 Mar 5, 2021 v1.0.1 Jul 2, 2020 Changes in this version + type Decryptor struct + Err error + func NewDecryptor(appID, sessionKey string) (*Decryptor, error) + func (decryptor *Decryptor) PhoneInfo(encryptedData, iv string) *PhoneInfo + func (decryptor *Decryptor) Profile(encryptedData, iv string) *Profile + func (decryptor *Decryptor) Run(encryptedData, iv string) *Run + func (decryptor *Decryptor) Share(encryptedData, iv string) *Share + type PhoneInfo struct + CountryCode string + PhoneNumber string + PurePhoneNumber string + Watermark struct{ ... } + type Profile struct + AvatarURL string + City string + Country string + Gender int + Language string + NickName string + OpenID string + Province string + UnionID string + Watermark Watermark + type Run struct + Data []RunRecord + type RunRecord struct + Steps int + Timestamp int64 + type Share struct + OpenGId string + Watermark Watermark + type Watermark struct + AppID string + Timestamp int64