|
@@ -327,6 +327,10 @@ class ChapterController extends BaseController
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ if($this->uid == 247081369){
|
|
|
+ $item = itemTransform(new ChapterTransformer, $this->getChapter($bid, $cid, $chapter));
|
|
|
+ myLog('xueqi')->info($item);
|
|
|
+ }
|
|
|
return response()->item(new ChapterTransformer, $this->getChapter($bid, $cid, $chapter));
|
|
|
} else {
|
|
|
if ($book_info->charge_type == 'BOOK') {
|