mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-11 18:02:47 +00:00
7 lines
125 B
Go
7 lines
125 B
Go
package response
|
|
|
|
type SysCaptchaResponse struct {
|
|
CaptchaId string `json:"captchaId"`
|
|
PicPath string `json:"picPath"`
|
|
}
|