fly 5 years ago
parent
commit
d4654dd23e
1 changed files with 0 additions and 2 deletions
  1. 0 2
      app/Http/Controllers/QuickApp/User/ReadRecordController.php

+ 0 - 2
app/Http/Controllers/QuickApp/User/ReadRecordController.php

@@ -130,8 +130,6 @@ class ReadRecordController extends BaseController
         if(checkParam($param,['bid','cid','chapter_name'])){
             return response()->error('LACK_PARAM');
         }
-        //Redis::hset('book_read:' . $uid, $bid, "{$cid}_{$book_name}_{$chapter_name}_" . time());
-
         $param['uid'] = $this->uid;
         $param['bid'] = Hashids::decode($param['bid'])[0];
         $record_info = Redis::hget('book_read:'.$this->uid,$param['bid']);