seven 4 일 전
부모
커밋
8769530256
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Http/Controllers/api/TelegramWebHook.php

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

@@ -203,7 +203,7 @@ class TelegramWebHook extends Controller
                         Util::delCache($chatId);
                         $text = "👇👇👇点击下方按钮进群投注👇👇👇\n";
                         $keyboard = [];
-                        $keyboard[] = [['text' => '✅ 投注群', 'callback_data' => "games@@cancel"]];
+                        $keyboard[] = [['text' => '✅ 投注群', 'callback_data' => "", 'url' => "https://t.me/+8jhXv9Eb-oRmZDY1"]];
                         $this->telegram->sendMessage([
                             'chat_id' => $chatId,
                             'text' => $text,