Skip to content

Commit

Permalink
@sakishum 去除 json tag 多余的双引号 (#1279)
Browse files Browse the repository at this point in the history
去除结构体 SysCaptchaResponse 字段CaptchaLength 的 json tag 多余的双引号
  • Loading branch information
sakishum committed Nov 9, 2022
1 parent 7680414 commit 4e73ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/model/system/response/sys_captcha.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package response
type SysCaptchaResponse struct {
CaptchaId string `json:"captchaId"`
PicPath string `json:"picPath"`
CaptchaLength int `json:"captchaLength""`
CaptchaLength int `json:"captchaLength"`
}

0 comments on commit 4e73ca8

Please sign in to comment.