fix 修复 验证码 强制校验问题

This commit is contained in:
疯狂的狮子li 2022-02-11 17:30:38 +08:00
parent b7082c0eb4
commit 83c0b70a2d
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
#错误消息
not.null=* 必须填写
user.jcaptcha.blank=验证码不能为空
user.jcaptcha.error=验证码错误
user.jcaptcha.expire=验证码已失效
user.not.exists=对不起, 您的账号:{0} 不存在.

View File

@ -37,7 +37,6 @@ public class LoginBody {
/**
* 验证码
*/
@NotBlank(message = "{user.jcaptcha.blank}")
@ApiModelProperty(value = "验证码")
private String code;