|
@@ -608,7 +608,7 @@ class BookController extends BaseController
|
|
|
if (empty($package) || $package != 'com.beidao.kuaiying.yueai') {
|
|
|
return response()->error('PARAM_ERROR');
|
|
|
}
|
|
|
- $bid = [58238,60534,63220,12587,63221,63548,14022,59334,58888,63417,61701];
|
|
|
+ $bid = [58238,60534,63220,14500,13254,63221,63548,14022,59334,58888,63417,61701];
|
|
|
$bid = array_random($bid,4);
|
|
|
$books = BookConfigService::getBooksByIds($bid,[],false);
|
|
|
return response()->collection(new BookTransformer(), $books);
|
|
@@ -623,7 +623,7 @@ class BookController extends BaseController
|
|
|
if (empty($package) || $package != 'com.beidao.kuaiying.yueai') {
|
|
|
return response()->success([]);
|
|
|
}
|
|
|
- $bid = [58238,60534,63220,12587,63221,63548,14022,59334,58888,63417,61701];
|
|
|
+ $bid = [58238,60534,63220,14500,13254,63221,63548,14022,59334,58888,63417,61701];
|
|
|
$bid = array_random($bid,4);
|
|
|
$books = BookConfigService::getBooksByIds($bid,[],false);
|
|
|
return response()->collection(new BookTransformer(), $books);
|