可以登录

This commit is contained in:
eson
2023-07-24 12:32:05 +08:00
parent 98ae3e2106
commit 4c2f823178
3 changed files with 9 additions and 4 deletions

View File

@@ -178,8 +178,8 @@ type RequestBasicInfoForm {
// UserAddAddressHandler 用户登录请求结构
type RequestUserLogin {
Email string `form:"email"`
Password string `form:"password"`
Email string `json:"email"`
Password string `json:"password"`
}
// RequestAddAddress 增加地址结构