记得上下班打卡 | git大法好,push需谨慎

Commit 4d505568 authored by sangchunxi's avatar sangchunxi

Merge remote-tracking branch 'origin/dev_kid' into dev_kid

parents f9ea84dd 9e61a0ed
......@@ -20,11 +20,11 @@ public class Utils {
String status = smileRedisUtils.getValidate(realName, cardNo);
if (null != status && "1".equals(status)) {
log.info("身份证和信息错误之前已经储存了。不需要调用第三方识别");
/* log.info("身份证和信息错误之前已经储存了。不需要调用第三方识别");*/
return false;
}
if(null != status && "2".equals(status)){
log.info("身份证和信息已经效验了。不需要调用第三方识别");
/* log.info("身份证和信息已经效验了。不需要调用第三方识别");*/
return true;
}
String respStr = IdentityUtils.aliThird(realName, cardNo), respErrorCode = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment