seven 3 روز پیش
والد
کامیت
6428f30273
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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);
                 }