package user type ResetPasswordReq struct { Account string `json:"account"` Email string `json:"email"` Password string `json:"password"` AuthCode string `json:"authCode"` // 临时授权码 }