Commit 75977670 authored by 李健华's avatar 李健华

判断老接口获取极验验证类型是否落库

parent 81a0d203
...@@ -67,7 +67,7 @@ public class NewCaptchaController { ...@@ -67,7 +67,7 @@ public class NewCaptchaController {
imgMap = geetestCaptchaService.fetchGeetestCaptcha(keyMd5, remoteIp, ClientType.valueByName(clientType)); imgMap = geetestCaptchaService.fetchGeetestCaptcha(keyMd5, remoteIp, ClientType.valueByName(clientType));
data.put(Constants.VERIFY_PARAM, Constants.VERIFY_TYPE_GT); data.put(Constants.VERIFY_PARAM, Constants.VERIFY_TYPE_GT);
// 存储极验日志,phone_no, datasource, setting, challenge, captchaid // 存储极验日志,phone_no, datasource, setting, challenge, captchaid
if (settingType != null) { if (StringUtils.isNotBlank(settingType)) {
geetestLogId = geetestLogService.saveGeetestLog(phoneNo, clientType, settingType, imgMap); geetestLogId = geetestLogService.saveGeetestLog(phoneNo, clientType, settingType, imgMap);
} }
......
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