可以登录
This commit is contained in:
@@ -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 增加地址结构
|
||||
|
||||
Reference in New Issue
Block a user