support captcha
This commit is contained in:
@@ -1,8 +1 @@
|
||||
package dto
|
||||
|
||||
type SysCaptchaResponse struct {
|
||||
CaptchaId string `json:"captcha_id,omitempty"`
|
||||
PicPath string `json:"pic_path,omitempty"`
|
||||
CaptchaLength int `json:"captcha_length,omitempty"`
|
||||
OpenCaptcha bool `json:"open_captcha,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user