|
@@ -991,7 +991,8 @@ public class RiskServiceImpl implements RiskService {
|
|
|
redisService.setTimeOutStr("lock_"+userId,param.getAppId(),1000);
|
|
redisService.setTimeOutStr("lock_"+userId,param.getAppId(),1000);
|
|
|
redisService.setTimeOutHoursStr("unlock_"+userId,param.getAppId(),24);
|
|
redisService.setTimeOutHoursStr("unlock_"+userId,param.getAppId(),24);
|
|
|
break;
|
|
break;
|
|
|
- case 3: //增加封禁记录
|
|
|
|
|
|
|
+ case 3:
|
|
|
|
|
+ //增加封禁记录
|
|
|
RiskBannedParam bannedParam = new RiskBannedParam();
|
|
RiskBannedParam bannedParam = new RiskBannedParam();
|
|
|
BeanUtil.copyProperties(param, bannedParam);
|
|
BeanUtil.copyProperties(param, bannedParam);
|
|
|
bannedParam.setUserId(param.getUserId());
|
|
bannedParam.setUserId(param.getUserId());
|