修改

parent 36f1b783
...@@ -49,7 +49,9 @@ public class GeetestCaptchaServiceImpl implements IGeetestCaptchaService { ...@@ -49,7 +49,9 @@ public class GeetestCaptchaServiceImpl implements IGeetestCaptchaService {
GeetestLib gtSdk = new GeetestLib(captchaId, privateKey, newFailback, apiUrl); GeetestLib gtSdk = new GeetestLib(captchaId, privateKey, newFailback, apiUrl);
HashMap<String, String> param = getParam(markId, remoteIp, clientType); HashMap<String, String> param = getParam(markId, remoteIp, clientType);
log.info("请求极验参数:{}", param); log.info("请求极验参数:{}", param);
return getGeetestSdk().getResponseStr(param); Map<String, String> gtMap=getGeetestSdk().getResponseStr(param);
log.info("请求极验返回:{}", gtMap);
return gtMap;
} }
@Override @Override
......
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