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