mirror of
https://gitee.com/liweiyi/ChestnutCMS.git
synced 2025-12-06 08:28:23 +08:00
误提交会员登录接口参数校验还原
This commit is contained in:
parent
36c3b3b320
commit
1ec8d2e81f
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user