注册与登录bug修复

This commit is contained in:
2025-06-26 21:34:27 +08:00
parent a10173d98a
commit 18c2cb9d4a
5 changed files with 46 additions and 40 deletions
+6
View File
@@ -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"`
}