feat: add email in userinfo
This commit is contained in:
@@ -20,8 +20,7 @@ type PhoneLoginResponse struct {
|
||||
|
||||
type UserInfoResponse struct {
|
||||
Username string `json:"username"`
|
||||
Phone string `json:"phone"`
|
||||
Status int `json:"status"` // 0: not login, 1: login
|
||||
Email string `json:"email"`
|
||||
}
|
||||
|
||||
type EmailRegisterRequest struct {
|
||||
|
||||
Reference in New Issue
Block a user