|
@@ -860,6 +860,12 @@ class BookController extends BaseController
|
|
|
}
|
|
|
}
|
|
|
return response()->success([]);
|
|
|
+ }else if(!empty($package) && $package == 'com.beidao.kuaiying.tiantiankanshu'){
|
|
|
+ if (isset($user->uid) && !empty($user->uid) && $user->send_order_id > 0){
|
|
|
+ $bid = [ 61618,14555,60680,58919,58889,58925];
|
|
|
+ $list = BookConfigService::getBooksByIds($bid,[],false);
|
|
|
+ return response()->collection(new BookTransformer(), $list);
|
|
|
+ }
|
|
|
}
|
|
|
$where = ['is_on_shelf' => [2],'channel_id' => $this->distribution_channel_id,'is_high_quality' => 1];
|
|
|
if (isset($user->uid) && $user->user->sex == 1){
|