|
@@ -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();
|