7 lines
125 B
Go
7 lines
125 B
Go
|
package response
|
||
|
|
||
|
type SysCaptchaResponse struct {
|
||
|
CaptchaId string `json:"captchaId"`
|
||
|
PicPath string `json:"picPath"`
|
||
|
}
|