Commit 09049515 authored by 郑磊's avatar 郑磊

修改验证数据接口

parent 50817ac9
......@@ -127,6 +127,9 @@ public class CaptchaApplication extends DefaultImageCaptchaApplication {
//读取二次校验数据
var verification = getSecondaryData(data.getKey());
if (verification == null) {
return false;
}
//如果传入了ip,那就校验ip
String ip = data.getIp();
......
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