From 96a20dc9b116734eea8bb610db818d8b09bf5bd2 Mon Sep 17 00:00:00 2001 From: hesling <605053779@qq.com> Date: Thu, 26 Apr 2018 10:49:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AA=8C=E8=AF=81=E7=A0=81=E9=AA=8C=E8=AF=81?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../github/pig/gateway/component/filter/ValidateCodeFilter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pig-gateway/src/main/java/com/github/pig/gateway/component/filter/ValidateCodeFilter.java b/pig-gateway/src/main/java/com/github/pig/gateway/component/filter/ValidateCodeFilter.java index 6cae23b9..7f964de2 100644 --- a/pig-gateway/src/main/java/com/github/pig/gateway/component/filter/ValidateCodeFilter.java +++ b/pig-gateway/src/main/java/com/github/pig/gateway/component/filter/ValidateCodeFilter.java @@ -32,7 +32,7 @@ import java.io.PrintWriter; public class ValidateCodeFilter extends OncePerRequestFilter { private static final Logger logger = LoggerFactory.getLogger(ValidateCodeFilter.class); - private static final String EXPIRED_CAPTCHA_ERROR = "验证码已过期,请重新获取验证码"; + private static final String EXPIRED_CAPTCHA_ERROR = "验证码已过期,请重新获取"; @Value("${security.validate.code:true}") private boolean isValidate;