Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QQInfo ¶
type QQInfo struct { Nickname string `json:"nickname"` // 昵称 Gender string `json:"gender"` // 性别 Avatar string `json:"figureurl_qq"` // 头像大图 OpenID string `json:"open_id"` }
func NewQQLogin ¶
type QQLogin ¶
type QQLogin struct {
// contains filtered or unexported fields
}
func (*QQLogin) GetUserInfo ¶
GetUserInfo 获取用户信息
Click to show internal directories.
Click to hide internal directories.