Documentation ¶
Overview ¶
@author: NanYan @doc: 用户相关
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RegisterReq ¶
type RegisterReq struct { Email string `json:"email" form:"email"` Name string `json:"name" form:"name"` Password string `json:"password" form:"password"` Password2 string `json:"password2" form:"password2"` Mobile string `json:"mobile" form:"mobile"` Captcha string `json:"captcha" form:"captcha"` }
func (*RegisterReq) Verify ¶
func (r *RegisterReq) Verify() error
func (*RegisterReq) VerifyPassword ¶
func (r *RegisterReq) VerifyPassword() bool
Click to show internal directories.
Click to hide internal directories.