Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseOpenCaptchaReq ¶
type BaseOpenLoginReq ¶
type BaseOpenLoginReq struct { g.Meta `path:"/login" method:"POST"` Username string `json:"username" p:"username" v:"required"` Password string `json:"password" p:"password" v:"required"` CaptchaId string `json:"captchaId" p:"captchaId" v:"required"` VerifyCode string `json:"verifyCode" p:"verifyCode" v:"required"` }
login 接口请求
Click to show internal directories.
Click to hide internal directories.