🆕接入验证码组件
This commit is contained in:
6
http/param/user.go
Normal file
6
http/param/user.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package param
|
||||
|
||||
type Login struct {
|
||||
Account string `json:"account" form:"account" binding:"required"`
|
||||
Password string `json:"password" form:"password" binding:"required"`
|
||||
}
|
Reference in New Issue
Block a user