package response type CaptchaRes struct { CaptchaId string `json:"captchaId"` Captcha string `json:"captcha"` }