Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppDataResp ¶
type LoginResp ¶
type LoginResp struct {
UserInfoResp
Token string `json:"token"`
}
type UpdateUserPwdReq ¶
type UserInfo ¶
type UserInfo struct {
UID int64 `json:"uid"`
Username string `json:"username"`
Nickname string `json:"nickname"`
Email string `json:"email"`
Avatar string `json:"avatar"`
Phone string `json:"phone"`
}
func BuildUserInfo ¶
type UserInfoResp ¶
type UserInfoResp struct {
UserInfo *UserInfo `json:"user_info"`
}
Click to show internal directories.
Click to hide internal directories.