|
|
$this->model->whereIn('id', $ids)->update(['is_read'=> 1,'update_time'=>time()]);
|
|
$this->model->whereIn('id', $ids)->update(['is_read'=> 1,'update_time'=>time()]);
|
|
|
RedisService::set($cacheKey, $datas, rand(3,5));
|
|
RedisService::set($cacheKey, $datas, rand(3,5));
|