1
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user