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