|
@@ -32,7 +32,7 @@ public class LoginDTO implements Serializable {
|
|
private String password;
|
|
private String password;
|
|
|
|
|
|
@Schema(description = "验证码")
|
|
@Schema(description = "验证码")
|
|
- @NotBlank(message = "{sysuser.captcha.require}")
|
|
|
|
|
|
+// @NotBlank(message = "{sysuser.captcha.require}")
|
|
private String captcha;
|
|
private String captcha;
|
|
|
|
|
|
@Schema(description = "唯一标识")
|
|
@Schema(description = "唯一标识")
|