|
@@ -821,7 +821,7 @@ class ReadOauth
|
|
|
BookUserService::updateUser($uid, $data);
|
|
|
return '';
|
|
|
}
|
|
|
- //Log::info('7777777777777777777777777');
|
|
|
+ Log::info('7777777777777777777777777');
|
|
|
//书不在在测试列表中
|
|
|
//获取随机获取一本书,获取不到则返回
|
|
|
$redirect_bids = YqZsyTestService::getRandomBooks($uid,1);
|
|
@@ -833,7 +833,7 @@ class ReadOauth
|
|
|
BookUserService::updateUser($uid, $data);
|
|
|
return '';
|
|
|
};
|
|
|
- //Log::info('88888888888888888888888888');
|
|
|
+ Log::info('88888888888888888888888888');
|
|
|
$redirect_book_info = BookConfigService::getBookById($redirect_bid);
|
|
|
if ($redirect_book_info) {
|
|
|
$redirect = $this->getBookReaderUrl($redirect_bid,$channel_id);
|