登录与授权等
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package param
|
||||
|
||||
type LoginParam struct {
|
||||
Username string `json:"username"`
|
||||
Password string `json:"password"`
|
||||
Username string `json:"username" binding:"required"`
|
||||
Password string `json:"password" binding:"required"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user