Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoginReq ¶
type LoginReq struct {
Username string `json:"username,omitempty"`
Password string `json:"password,omitempty"`
}
LoginReq 登录请求参数
type PassportController ¶
type PassportController struct {
}
PassportController 登录退出
func (*PassportController) Login ¶
func (api *PassportController) Login(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.