Documentation ¶
Index ¶
Constants ¶
View Source
const (
UserInfoURL = "http://openapi.tencentyun.com/v3/user/get_info"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
func (*Config) GetUserInfo ¶
func (e *Config) GetUserInfo(openId, token, pf string) (QqUserInfo *QqUserInfo, err error)
GetUserInfo 获取用户资料
type QqUserInfo ¶
type QqUserInfo struct { OpenID string `json:"openid,omitempty"` // 授权用户唯一标识 NickName string `json:"nickname,omitempty"` // 普通用户昵称 Gender string `json:"gender,omitempty"` // 普通用户性别 Province string `json:"province,omitempty"` // 普通用户个人资料填写的省份 City string `json:"city,omitempty"` // 普通用户个人资料填写的城市 Country string `json:"country,omitempty"` // 国家,如中国为CN Figureurl string `json:"figureurl,omitempty"` // 用户头像 }
QQ 用户资料
Click to show internal directories.
Click to hide internal directories.