【8.0.4】更新范围

pull/60/head v8.0.4
fengshuonan 2023-11-27 15:22:13 +08:00
parent 51e2f043ed
commit fbdcff8de4
1 changed files with 2 additions and 2 deletions

View File

@ -93,8 +93,8 @@ public class DragCaptchaService implements DragCaptchaApi {
// 获取缓存中存储的范围
Integer locationX = Convert.toInt(locationXString);
int beginScope = locationX - 5;
int endScope = locationX + 5;
int beginScope = locationX - 6;
int endScope = locationX + 6;
// 每次验证不管成功和失败都剔除掉key
cacheOperatorApi.remove(verKey);