Commit 39032de4 by fanjiaxin

新加入实名认证相关代码

parent f6963021
Pipeline #75476 passed with stages
in 1 minute 7 seconds
...@@ -32,7 +32,7 @@ public class UserInfoClientImpl implements IUserInfoClient { ...@@ -32,7 +32,7 @@ public class UserInfoClientImpl implements IUserInfoClient {
return result.getResult(); return result.getResult();
} }
} catch (Exception e) { } catch (Exception e) {
log.error("[op:verifyByIdentityNo] error", e); log.error("[op:verifyByIdentityNo] is exception", e);
} }
return false; return false;
} }
......
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