Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AesDecrypt ¶ added in v0.0.28
AesDecrypt 解密
func LoginByPassword ¶
Types ¶
type LoginRequest ¶
type LoginRequest struct {
Username string `json:"username" binding:"required"`
Password string `json:"password" binding:"required"`
}
LoginRequest 用户结构体
Click to show internal directories.
Click to hide internal directories.