|
@@ -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']);
|