浏览代码

yunqi test 3

zz 6 年之前
父节点
当前提交
28293489f2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Http/Middleware/ReadOauth.php

+ 1 - 1
app/Http/Middleware/ReadOauth.php

@@ -863,7 +863,7 @@ class ReadOauth
             $record_url = $this->readerRecpord($uid,$yq_book_user->bid,$channel_id);
             if($record_url) return $record_url;
             //没有阅读记录
-            $book_url = $this->getBookReaderUrl($bid,$channel_id);
+            $book_url = $this->getBookReaderUrl($yq_book_user->bid,$channel_id);
             Log::info('dddddddddddddddddddddddddd');
             return $book_url.'&'.$other_str;
         }else{