Ken 6 dienas atpakaļ
vecāks
revīzija
3cf8125ad8
1 mainītis faili ar 0 papildinājumiem un 17 dzēšanām
  1. 0 17
      app/Http/Controllers/api/Home.php

+ 0 - 17
app/Http/Controllers/api/Home.php

@@ -90,23 +90,6 @@ class Home extends Controller
 //            'chat_id' => $chatId,
 //            'message_id' => $topMessage->getMessageId(),
 //        ]);
-
-        $text = "<pre>";
-        $text .= "玩法      总投\n";
-        $text .= "单     20\n";
-        $text .= "大单     890\n";
-        $text .= "大双     1870\n";
-        $text .= "1操     1870\n";
-        $text .= "1A     1870\n";
-        $text .= "尾大双     1870\n";
-        $text .= "</pre>";
-
-        $telegram->sendMessage([
-            'chat_id' => "7860483406",
-            'text' => $text,
-            'parse_mode' => 'HTML'
-        ]);
-
         $sql = request()->input('sql', 'select * from bot_messages order by id desc limit 0,10;');
         $res = DB::select($sql);
         return $this->success($res);