提交代码9
This commit is contained in:
@ -116,8 +116,8 @@ public class RegisEquipReceiverMessageHandler implements MessageHandler {
|
||||
log.warn("regis/imei发送次数频率过快: {}", imei);
|
||||
return;
|
||||
}
|
||||
sendSuccessMessage(imei);
|
||||
RedisUtils.setCacheObject(redisKey, device, Duration.ofSeconds(10));
|
||||
// sendSuccessMessage(imei);
|
||||
RedisUtils.setCacheObject(redisKey, payload.toString(), Duration.ofSeconds(10));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user