seven hace 5 días
padre
commit
6428f30273
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      app/Http/Controllers/api/TelegramWebHook.php

+ 2 - 1
app/Http/Controllers/api/TelegramWebHook.php

@@ -97,7 +97,8 @@ class TelegramWebHook extends Controller
                 }
                 // 近期注单弹窗
                 if($data === 'betsAlert'){
-                    $alertText = BetService::recentlyRecord($chatId);
+                    // $alertText = BetService::recentlyRecord($chatId);
+                    $alertText = '哈哈哈哈';
                     BetService::alertNotice($callbackId , $alertText);
                 }