|
|
@@ -506,7 +506,7 @@ class BetService extends BaseService
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- $groupText .= "-------- \n";
|
|
|
+ $groupText .= "\n-------- \n";
|
|
|
$inlineButton = self::getOperateButton();
|
|
|
// 群通知 暂停2秒再发送,避免同时发送多个消息而超过 Telegram 的频率限制
|
|
|
self::asyncBettingGroupNotice($groupText, $inlineButton); // 异步群通知
|