Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct {
NickName string `json:"nickName"`
Gender int `json:"gender"`
Language string `json:"language"`
City string `json:"city"`
Province string `json:"province"`
Country string `json:"country"`
AvatarURL string `json:"avatarUrl"`
UnionID string `json:"unionId"`
Watermark struct {
Timestamp int64 `json:"timestamp"`
Appid string `json:"appid"`
} `json:"watermark"`
}
func DecryptUserInfo ¶
Click to show internal directories.
Click to hide internal directories.