Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminLoginResp ¶
type AdminLoginResp struct {
AdminAccount string `json:"adminAccount"`
AdminToken string `json:"adminToken"`
Nickname string `json:"nickname"`
FaceURL string `json:"faceURL"`
Level int32 `json:"level"`
AdminUserID string `json:"adminUserID"`
ImUserID string `json:"imUserID"`
ImToken string `json:"imToken"`
}
type ChallengeResp ¶
type ChallengeResp struct {
Challenge string `json:"challenge"`
}
type NewUserCountResp ¶
type SearchDefaultGroupResp ¶
type UpdateUserInfoResp ¶
type UpdateUserInfoResp struct{}
type UserRegisterResp ¶
Click to show internal directories.
Click to hide internal directories.