where('id', $uid)->limit(1)->update(['access_time' => time()]); } } catch (\Exception $e) { die('error'); } } }