|
|
@@ -564,7 +564,7 @@ class TelegramWebHook extends BaseController
|
|
|
|
|
|
$bettingGroup = Config::where('field', 'betting_group')->first()->val;
|
|
|
|
|
|
- $text = "👇👇👇点击下方按钮进群投注👇👇👇\n";
|
|
|
+ $text = "👇👇👇点击下方按钮进群投注👇👇👇 \n";
|
|
|
$keyboard = [];
|
|
|
$keyboard[] = [['text' => '✅ 投注群', 'callback_data' => "", 'url' => "https://t.me/{$bettingGroup}"]];
|
|
|
$returnMsg = [
|