注册与登录bug修复
This commit is contained in:
@@ -5,3 +5,9 @@ type Login_from struct {
|
||||
Username string `json:"username"`
|
||||
Password string `json:"password"`
|
||||
}
|
||||
|
||||
type Add_user_from struct {
|
||||
Useremail string `json:"useremail"`
|
||||
Username string `json:"username"`
|
||||
Userpass string `json:"userpass"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user