|
@@ -1131,7 +1131,7 @@ class BetService extends BaseService
|
|
|
$text = "{$issue_no}期开奖结果";
|
|
$text = "{$issue_no}期开奖结果";
|
|
|
$text .= "\n-----本期开奖账单----- \n";
|
|
$text .= "\n-----本期开奖账单----- \n";
|
|
|
foreach ($openList as $k => $v) {
|
|
foreach ($openList as $k => $v) {
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
$amount = number_format($v['amount'], 2);
|
|
$amount = number_format($v['amount'], 2);
|
|
|
$v['win_amount'] = number_format($v['win_amount'], 2);
|
|
$v['win_amount'] = number_format($v['win_amount'], 2);
|
|
@@ -1184,7 +1184,7 @@ class BetService extends BaseService
|
|
|
// self::bettingGroupNotice($text, $inlineButton, '');
|
|
// self::bettingGroupNotice($text, $inlineButton, '');
|
|
|
|
|
|
|
|
// Log::error('lotteryNotice Group:'.$text);
|
|
// Log::error('lotteryNotice Group:'.$text);
|
|
|
- SendTelegramGroupMessageJob::dispatch($text, $inlineButton, '',false,'--------------------------------');
|
|
|
|
|
|
|
+ SendTelegramGroupMessageJob::dispatch($text, $inlineButton, '', false, '--------------------------------');
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
}
|