误提交会员登录接口参数校验还原

This commit is contained in:
liweiyi 2025-09-10 11:45:21 +08:00
parent 36c3b3b320
commit 1ec8d2e81f

View File

@ -33,9 +33,9 @@ public class MemberLoginRequest {
/** /**
* 登录方式Email, 手机号 手机验证码用户名 * 登录方式Email, 手机号 手机验证码用户名
*/ */
@NotBlank // @NotBlank
@Length(max = 20) // @Length(max = 20)
private String type; // private String type;
@NotBlank @NotBlank
@Length(max = 30) @Length(max = 30)