|
|
@@ -457,15 +457,12 @@ class BetService extends BaseService
|
|
|
$groupText .= lang("开奖时间") . ":" . date("H:i:s", strtotime($issueInfo['end_time'])) . "\n";
|
|
|
$groupText .= lang('投注截止') . ":" . date("H:i:s", (strtotime($issueInfo['end_time'])) - 30) . "\n";;
|
|
|
$groupText.=lang("成功")."\n";
|
|
|
- $groupText .= lang('玩家') . "{$first_name} 【{$lastStr}】 \n";
|
|
|
- $groupText .= lang('下注期数') . ":{$issueInfo->issue_no} \n";
|
|
|
- $groupText .= lang('下注内容') . " \n";
|
|
|
- $groupText .= "----------- \n";
|
|
|
+ $groupText .= lang('玩家') . ": 【{$lastStr}】 \n";
|
|
|
+
|
|
|
|
|
|
App::setLocale($lang);
|
|
|
|
|
|
for ($i = 0; $i < $betTimes; $i++) {
|
|
|
-
|
|
|
if (strtotime($issueInfo['end_time']) - time() < IssueService::COUNTDOWN_TO_CLOSING_THE_MARKET) {
|
|
|
$fake_bet_count = Cache::get("fake_bet_count_{$issueInfo->issue_no}", 0);
|
|
|
$cc = Cache::get("封盘后下注单数_{$issueInfo->issue_no}");
|
|
|
@@ -511,7 +508,7 @@ class BetService extends BaseService
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- $groupText .= "----------- \n";
|
|
|
+ $groupText .= "-------- \n";
|
|
|
$inlineButton = self::getOperateButton();
|
|
|
// 群通知 暂停2秒再发送,避免同时发送多个消息而超过 Telegram 的频率限制
|
|
|
self::asyncBettingGroupNotice($groupText, $inlineButton); // 异步群通知
|