【修改】 登录密码长度校验删除

This commit is contained in:
DESKTOP-932OMT8\REN
2025-05-27 13:37:48 +08:00
parent 37814ae449
commit abdc263794

View File

@@ -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 = "用户昵称")