Versions in this module Expand all Collapse all v0 v0.1.6 Apr 15, 2025 v0.1.5 Jun 9, 2024 Changes in this version + type PhoneInfo struct + CountryCode string + PhoneNumber string + PurePhoneNumber string + Watermark struct{ ... } + type User struct + func New(account contracts.AccountInterface) *User + func (u *User) GetPhoneNumber(code, openid string) (*PhoneInfo, error)