Ken hai 6 días
pai
achega
3cf8125ad8
Modificáronse 1 ficheiros con 0 adicións e 17 borrados
  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);