改动json email名字

This commit is contained in:
eson
2023-07-10 17:24:06 +08:00
parent e16222849c
commit 53175d539c
3 changed files with 15 additions and 8 deletions

View File

@@ -76,7 +76,7 @@ type RequestBasicInfoForm {
// UserAddAddressHandler 用户登录请求结构
type RequestUserLogin {
Name string `json:"name"`
Email string `json:"email"`
Password string `json:"pwd"`
}