|
@@ -385,7 +385,8 @@ class BookController extends BaseController
|
|
|
}
|
|
|
|
|
|
// 默认
|
|
|
- $bids = [11529, 11941, 12720, 11990, 11988, 11976, 11977, 4183, 12717, 11833];
|
|
|
+ $bids = [11529, 11941, 12720, 11990, 11988, 11976, 11977, 4183, 12717, 11833,
|
|
|
+ 7287,14297,12716,14312,14000,13577,16712,13002,12717,15103,13928,14793,12708];
|
|
|
if ($sex === 2) {
|
|
|
$bids = [8469, 11660, 9117, 7891, 12281, 12470, 8167, 11661, 11670, 8476, 8557, 11662,
|
|
|
11680, 11926, 12462, 7836, 11681, 11664, 11928, 8631];
|
|
@@ -410,7 +411,8 @@ class BookController extends BaseController
|
|
|
$brand = $request->header('x-nbrand', '');
|
|
|
$codeVersion = $request->header('x-codeversion', '');
|
|
|
if (Utils::checkIsAudit($package, $brand, $codeVersion)) {
|
|
|
- $bids = [2266, 3838, 9700, 10175, 10301, 3422, 1166, 4546, 9163, 2509];
|
|
|
+ $bids = [2266, 3838, 9700, 10175, 10301, 3422, 1166, 4546, 9163, 2509,
|
|
|
+ 7287,14297,12716,14312,14000,13577,16712,13002,12717,15103,13928,14793,12708];
|
|
|
if ($sex === 2) {
|
|
|
$bids = [159, 2439, 6276, 10074, 5409, 9379, 10323, 9078, 3603, 487];
|
|
|
}
|