yonge 11 miesięcy temu
rodzic
commit
c8428f688e

+ 1 - 0
toolset/thirdparty-component/src/main/java/com/yonge/toolset/thirdparty/user/realname/provider/LinkfaceRealnameAuthenticationPlugin.java

@@ -77,6 +77,7 @@ public class LinkfaceRealnameAuthenticationPlugin implements RealnameAuthenticat
         try {
         	log.info("实名认证接口请求参数:{}", JSONObject.toJSONString(params));
             respJson = HttpUtil.postForHttps(this.apisUrl, params);
+        	log.info("实名认证接口返回信息:{}", respJson);
         } catch (Exception e) {
             log.error("实名认证接口请求失败,参数:{},异常信息:{}", JSONObject.toJSONString(params), e.getMessage());
             e.printStackTrace();