sys_captcha.go 125 B

123456
  1. package response
  2. type SysCaptchaResponse struct {
  3. CaptchaId string `json:"captchaId"`
  4. PicPath string `json:"picPath"`
  5. }