1.添加邮箱验证
This commit is contained in:
@@ -21,6 +21,8 @@ public class UserModelDTO {
|
||||
private Integer inviterId; // 邀请人id
|
||||
private String email;
|
||||
private String newPassword;
|
||||
private String confirmPassword;
|
||||
private String oldPassword;
|
||||
private String password;
|
||||
private String token;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user