mirror of
https://github.com/lzh-1625/go_process_manager.git
synced 2025-11-02 04:12:45 +08:00
update
This commit is contained in:
@@ -19,10 +19,10 @@ func (*User) TableName() string {
|
||||
}
|
||||
|
||||
type LoginHandlerReq struct {
|
||||
Account string `form:"account"`
|
||||
Password string `form:"password"`
|
||||
Account string `form:"account" binding:"required"`
|
||||
Password string `form:"password" binding:"required"`
|
||||
}
|
||||
|
||||
type DeleteUserReq struct {
|
||||
Account string `form:"account"`
|
||||
Account string `form:"account" binding:"required"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user