zz 6 år sedan
förälder
incheckning
28293489f2
1 ändrade filer med 1 tillägg och 1 borttagningar
  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{