@@ -911,7 +911,7 @@ public class DeviceInfoServiceImpl extends ServiceImpl<DeviceInfoMapper, DeviceI
.setMercId(auth.getMercId())
.setDeviceId(deviceInfo.getDeviceId())
.setDeviceType(deviceInfo.getDeviceType())
- .setTimeout(now)
+ .setTimeout(now.plusDays(3))
.setCreateTime(now)
.setIsThis(true);
}