This commit is contained in:
zwt13703 2026-03-15 17:03:02 +08:00
parent cf4e7f8a56
commit ae1364c934
1 changed files with 2 additions and 0 deletions

View File

@ -110,6 +110,8 @@ public class MiniVipController {
Integer ipAddrCardCount = (Integer) redisUtil.get(key);
if (ipAddrCardCount!=null) {
AssertUtils.notTrue(ipAddrCardCount>=5,"当前操作过快,稍后重试");
}else{
ipAddrCardCount = 0;
}
try {
LoginUser sysUser = (LoginUser) SecurityUtils.getSubject().getPrincipal();