Ken 5 天之前
父節點
當前提交
770ad1ce05
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Http/Controllers/api/Home.php

+ 1 - 1
app/Http/Controllers/api/Home.php

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