【修改】 登录密码长度校验删除
This commit is contained in:
@@ -28,8 +28,8 @@ public class AuthLoginReqVO extends CaptchaVerificationReqVO {
|
||||
private String username;
|
||||
|
||||
@Schema(description = "密码", requiredMode = Schema.RequiredMode.REQUIRED, example = "buzhidao")
|
||||
@NotEmpty(message = "密码不能为空")
|
||||
@Length(min = 4, max = 16, message = "密码长度为 4-16 位")
|
||||
// @NotEmpty(message = "密码不能为空")
|
||||
// @Length(min = 4, max = 16, message = "密码长度为 4-16 位")
|
||||
private String password;
|
||||
|
||||
@Schema(description = "用户昵称")
|
||||
|
Reference in New Issue
Block a user