|
|
@@ -1124,7 +1124,8 @@ class BetService extends BaseService
|
|
|
$betNoticeMini = $betNoticeNum[0] ?? 26;
|
|
|
$betNoticeMax = $betNoticeNum[1] ?? 38;
|
|
|
$noticeNum = rand($betNoticeMini, $betNoticeMax);
|
|
|
- shuffle($openList);
|
|
|
+ // shuffle($openList);
|
|
|
+ Log::error('lotteryNotice openList', $openList);
|
|
|
|
|
|
|
|
|
$text = "{$issue_no}期开奖结果";
|