@@ -0,0 +1,7 @@
|
||||
package routers
|
||||
|
||||
type Login_from struct {
|
||||
Is_keep_login bool `json:"is_keep_login"`
|
||||
Username string `json:"username"`
|
||||
Password string `json:"password"`
|
||||
}
|
||||
Reference in New Issue
Block a user