@sakishum 去除 json tag 多余的双引号 (#1279)
去除结构体 SysCaptchaResponse 字段CaptchaLength 的 json tag 多余的双引号
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user