测试登录成功

This commit is contained in:
eson
2023-07-10 17:38:44 +08:00
parent 53175d539c
commit 8f95be2ba5
3 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ type RequestBasicInfoForm struct {
type RequestUserLogin struct {
Email string `json:"email"`
Password string `json:"pwd"`
Password string `json:"password"`
}
type RequestAddAddress struct {