mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	fix 修复 验证码 强制校验问题
This commit is contained in:
		@@ -1,6 +1,5 @@
 | 
				
			|||||||
#错误消息
 | 
					#错误消息
 | 
				
			||||||
not.null=* 必须填写
 | 
					not.null=* 必须填写
 | 
				
			||||||
user.jcaptcha.blank=验证码不能为空
 | 
					 | 
				
			||||||
user.jcaptcha.error=验证码错误
 | 
					user.jcaptcha.error=验证码错误
 | 
				
			||||||
user.jcaptcha.expire=验证码已失效
 | 
					user.jcaptcha.expire=验证码已失效
 | 
				
			||||||
user.not.exists=对不起, 您的账号:{0} 不存在.
 | 
					user.not.exists=对不起, 您的账号:{0} 不存在.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -37,7 +37,6 @@ public class LoginBody {
 | 
				
			|||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * 验证码
 | 
					     * 验证码
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    @NotBlank(message = "{user.jcaptcha.blank}")
 | 
					 | 
				
			||||||
    @ApiModelProperty(value = "验证码")
 | 
					    @ApiModelProperty(value = "验证码")
 | 
				
			||||||
    private String code;
 | 
					    private String code;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user