fix issues

This commit is contained in:
yanghao05
2023-02-01 18:50:59 +08:00
parent 5dd54b923d
commit 384677f071
9 changed files with 89 additions and 39 deletions

View 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"`
}

View File

@@ -1,5 +0,0 @@
package dto
type Name struct {
Name string `json:"name"`
}