Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountLoginParam ¶
type AccountLoginParam struct { Username string `form:"username" json:"username" binding:"required"` Password string `form:"password" json:"password" binding:"required"` Captcha string `form:"captcha" json:"captcha" binding:"required"` Uuid string `form:"uuid" json:"uuid" binding:"required"` }
AccountLoginParam 账号登录请求参数
type SysOptionResp ¶
Click to show internal directories.
Click to hide internal directories.