Showing
1 changed file
with
2 additions
and
2 deletions
@@ -174,7 +174,7 @@ public class RealNameAuthorizeController { | @@ -174,7 +174,7 @@ public class RealNameAuthorizeController { | ||
174 | 174 | ||
175 | //身份证格式校验IDCardUtils | 175 | //身份证格式校验IDCardUtils |
176 | if(!IDCardUtils.validate(reqVO.getCertNo())){ | 176 | if(!IDCardUtils.validate(reqVO.getCertNo())){ |
177 | - throw new GatewayException(400, "身份证号格式不正确!"); | 177 | + throw new GatewayException(400, "身份证号输入不正确!"); |
178 | } | 178 | } |
179 | 179 | ||
180 | //身份证图片,必须 | 180 | //身份证图片,必须 |
@@ -220,7 +220,7 @@ public class RealNameAuthorizeController { | @@ -220,7 +220,7 @@ public class RealNameAuthorizeController { | ||
220 | 220 | ||
221 | //身份证格式校验IDCardUtils | 221 | //身份证格式校验IDCardUtils |
222 | if(!IDCardUtils.validate(reqVO.getCertNo())){ | 222 | if(!IDCardUtils.validate(reqVO.getCertNo())){ |
223 | - throw new GatewayException(400, "身份证号格式不正确!"); | 223 | + throw new GatewayException(400, "身份证号输入不正确!"); |
224 | } | 224 | } |
225 | 225 | ||
226 | //调用芝麻,得到回调url | 226 | //调用芝麻,得到回调url |
-
Please register or login to post a comment