Ken преди 4 дни
родител
ревизия
212f21dfe6
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      app/Services/BetService.php

+ 0 - 2
app/Services/BetService.php

@@ -384,8 +384,6 @@ class BetService extends BaseService
         }
         $groupText .= "{$keywords} {$amount} ({$odds}" . lang("倍率") . ") \n";
         App::setLocale($lang);
-//        群通知
-//        self::asyncBettingGroupNotice($groupText, self::getOperateButton());   // 异步群通知
         return true;
     }