1
This commit is contained in:
parent
d504660eee
commit
02e3d6b17d
@ -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"`
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user