Ken 6 dni temu
rodzic
commit
4a9d240fdb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/Services/BetService.php

+ 1 - 1
app/Services/BetService.php

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