Remove the repeated Required tag

This commit is contained in:
MaxToby
2021-08-20 12:18:32 +08:00
parent 05cdea3e7c
commit 80775cf7ef
3 changed files with 154 additions and 2 deletions

View File

@ -18,7 +18,6 @@ type (
Username string `json:"username"` //测试
Password string `json:"password"`//测试2
}
UserInfoReq {
Id string `path:"id"`
}