This commit is contained in:
eson
2023-09-04 16:59:43 +08:00
parent 397dda8ebf
commit 03bd7cd5eb
7 changed files with 73 additions and 38 deletions

View File

@@ -90,8 +90,8 @@ type (
// RequestUserResetPassword 重置密码
RequestUserResetPassword {
ResetToken string `json:"reset_token"` // 附带重置token, 确保流程唯一
Password string `json:"password"` // 附带的hash密码
Wid string `json:"wid"`
Email string `json:"email"` // email
}
)