goweb-gin-demo/model/web/response/captcha.go

7 lines
125 B
Go
Raw Normal View History

2021-10-29 14:39:50 +08:00
package response
type SysCaptchaResponse struct {
CaptchaId string `json:"captchaId"`
PicPath string `json:"picPath"`
}