Ken 1 dag sedan
förälder
incheckning
7bea71e822
1 ändrade filer med 0 tillägg och 11 borttagningar
  1. 0 11
      app/Services/BetService.php

+ 0 - 11
app/Services/BetService.php

@@ -1008,17 +1008,6 @@ class BetService extends BaseService
 
 
         // 群通知
-        // self::bettingGroupNotice($text, $inlineButton, '');
-
-        // Log::error('lotteryNotice Group:'.$text);
-
-//        $pos = strrpos($text, '--------------------------------');
-//
-//        if ($pos !== false) {
-//            // 使用 substr_replace 来删除最后一个 "ne"
-//            $text = substr_replace($text, "", $pos, strlen('--------------------------------'));
-//        }
-
         SendTelegramGroupMessageJob::dispatch($text, $inlineButton, '', false, '--------------------------------');