Browse Source

yunqi test 3

zz 6 năm trước cách đây
mục cha
commit
28293489f2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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{