sys_captcha.go 179 B

12345678
  1. package response
  2. type SysCaptchaResponse struct {
  3. CaptchaId string `json:"captchaId"`
  4. PicPath string `json:"picPath"`
  5. CaptchaLength int `json:"captchaLength""`
  6. }