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

Commit 251c8fef authored by zhoujianping's avatar zhoujianping

增加实名认证相关日志打印

parent bc42bd81
......@@ -20,6 +20,7 @@ public class IdentityUtils {
params.add("cardNo", cardNo);
MultiValueMap<String, String> header = new LinkedMultiValueMap<>();
header.add("Authorization", "APPCODE " + aliThirdAppCode);
log.info("实名认证开始realName==============={}",realName);
try {
return HttpUtil.post(aliThirdUrl, params, header);
} catch (Exception e) {
......
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