|
@@ -286,7 +286,7 @@ class BookController extends BaseController
|
|
|
->where('book_categories.pid',$channel)
|
|
|
->get()->pluck('book_configs.bid')->toArray();
|
|
|
|
|
|
- return array_fill(array_merge($bid_list,$rand_bid));
|
|
|
+ return array_filter(array_merge($bid_list,$rand_bid));
|
|
|
}
|
|
|
|
|
|
private function getBidCidFromUrl(string $url)
|