This commit is contained in:
wucongxing8150 2024-08-30 16:07:43 +08:00
parent d504660eee
commit 02e3d6b17d
2 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ type LoginRequest struct {
// Login 登录
type Login struct {
OpenId string `json:"openid" form:"openid" label:"openid"`
OpenId string `json:"openid" form:"openid" label:"openid" validate:"required"`
}