From 1ec8d2e81fd2f87758b09614c65809d9dbea58ea Mon Sep 17 00:00:00 2001 From: liweiyi <190785909@qq.com> Date: Wed, 10 Sep 2025 11:45:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=AF=E6=8F=90=E4=BA=A4=E4=BC=9A=E5=91=98?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E6=8E=A5=E5=8F=A3=E5=8F=82=E6=95=B0=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C=E8=BF=98=E5=8E=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/chestnut/member/domain/dto/MemberLoginRequest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chestnut-modules/chestnut-member/src/main/java/com/chestnut/member/domain/dto/MemberLoginRequest.java b/chestnut-modules/chestnut-member/src/main/java/com/chestnut/member/domain/dto/MemberLoginRequest.java index bbcae31c..4e3420e3 100644 --- a/chestnut-modules/chestnut-member/src/main/java/com/chestnut/member/domain/dto/MemberLoginRequest.java +++ b/chestnut-modules/chestnut-member/src/main/java/com/chestnut/member/domain/dto/MemberLoginRequest.java @@ -33,9 +33,9 @@ public class MemberLoginRequest { /** * 登录方式(Email, 手机号, 手机验证码,用户名) */ - @NotBlank - @Length(max = 20) - private String type; +// @NotBlank +// @Length(max = 20) +// private String type; @NotBlank @Length(max = 30)