Ken hace 5 días
padre
commit
ad41babcf5
Se han modificado 1 ficheros con 9 adiciones y 8 borrados
  1. 9 8
      app/Http/Controllers/api/Home.php

+ 9 - 8
app/Http/Controllers/api/Home.php

@@ -91,14 +91,15 @@ class Home extends Controller
 //            'message_id' => $topMessage->getMessageId(),
 //        ]);
 
-
-        $text = "玩法      总投\n";
-        $text .="单     20\n";
-        $text .="大单     890\n";
-        $text .="大双     1870\n";
-        $text .="1操     1870\n";
-        $text .="1A     1870\n";
-        $text .="尾大双     1870\n";
+        $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,