|
|
@@ -373,9 +373,8 @@ class BetService extends BaseService
|
|
|
$inlineButton = self::getOperateButton();
|
|
|
|
|
|
// 群通知 暂停2秒再发送,避免同时发送多个消息而超过 Telegram 的频率限制
|
|
|
- sleep(2);
|
|
|
self::asyncBettingGroupNotice($groupText, $inlineButton); // 异步群通知
|
|
|
-
|
|
|
+ sleep(2);
|
|
|
return true;
|
|
|
}
|
|
|
|
|
|
@@ -489,8 +488,8 @@ class BetService extends BaseService
|
|
|
$inlineButton = self::getOperateButton();
|
|
|
|
|
|
// 群通知 暂停2秒再发送,避免同时发送多个消息而超过 Telegram 的频率限制
|
|
|
- sleep(2);
|
|
|
self::asyncBettingGroupNotice($groupText, $inlineButton); // 异步群通知
|
|
|
+ sleep(2);
|
|
|
}
|
|
|
}
|
|
|
Cache::put('fake_bet_' . $issueInfo->issue_no, $fake_bet_list, 500);
|