sys_captcha.go 125 Bytes EditWeb IDE 1 2 3 4 5 6 package response type SysCaptchaResponse struct { CaptchaId string `json:"captchaId"` PicPath string `json:"picPath"` }