BUGFIX:忘记密码;
This commit is contained in:
@@ -14,7 +14,7 @@ public class AccountRegisterDTO {
|
|||||||
@ApiModelProperty("邮箱")
|
@ApiModelProperty("邮箱")
|
||||||
private String email;
|
private String email;
|
||||||
|
|
||||||
@NotBlank(message = "password.cannot.be.empty")
|
// @NotBlank(message = "password.cannot.be.empty")
|
||||||
@ApiModelProperty("密码")
|
@ApiModelProperty("密码")
|
||||||
private String password;
|
private String password;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user