updates
This commit is contained in:
parent
cf4e7f8a56
commit
ae1364c934
|
|
@ -110,6 +110,8 @@ public class MiniVipController {
|
||||||
Integer ipAddrCardCount = (Integer) redisUtil.get(key);
|
Integer ipAddrCardCount = (Integer) redisUtil.get(key);
|
||||||
if (ipAddrCardCount!=null) {
|
if (ipAddrCardCount!=null) {
|
||||||
AssertUtils.notTrue(ipAddrCardCount>=5,"当前操作过快,稍后重试");
|
AssertUtils.notTrue(ipAddrCardCount>=5,"当前操作过快,稍后重试");
|
||||||
|
}else{
|
||||||
|
ipAddrCardCount = 0;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
LoginUser sysUser = (LoginUser) SecurityUtils.getSubject().getPrincipal();
|
LoginUser sysUser = (LoginUser) SecurityUtils.getSubject().getPrincipal();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue