fix issues
This commit is contained in:
8
modules/system/dto/captcha.go
Normal file
8
modules/system/dto/captcha.go
Normal file
@@ -0,0 +1,8 @@
|
||||
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