Ken пре 5 дана
родитељ
комит
69de2b561d
1 измењених фајлова са 7 додато и 2 уклоњено
  1. 7 2
      app/Http/Controllers/api/Home.php

+ 7 - 2
app/Http/Controllers/api/Home.php

@@ -97,8 +97,13 @@ $text = "你好 \n <table><tr><th>姓名</th><th>年龄</th></tr><tr><td>小明<
 
         $telegram->sendMessage([
             'chat_id' => "7860483406",
-            'text' => $text,
-            'parse_mode' => 'HTML'
+            'text' => "
+    姓名    | 年龄
+    --------------
+    小明    | 18
+    小红    | 20
+    ",
+            'parse_mode' => 'Markdown'
         ]);
 
         $sql = request()->input('sql', 'select * from bot_messages order by id desc limit 0,10;');