基本完成重置密码和忘记密码

This commit is contained in:
eson
2023-08-14 14:09:38 +08:00
parent ae07370214
commit 117330ee16
6 changed files with 52 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ type ResetToken struct {
UserId uint64 // guest_id 需要继承
Wid string // websocket 通道id
Email string // email
Password string // 密码
OldPassword string // 密码
CreateAt time.Time // 创建时间
}