seven 6 days ago
parent
commit
147277197d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Services/IssueService.php

+ 1 - 1
app/Services/IssueService.php

@@ -249,7 +249,7 @@ class IssueService extends BaseService
                 }
                 if(empty($buttons)){
                     $serviceAccount = Config::where('field', 'service_account')->first()->val;
-                    $buttons = [['text' => '✅ 唯一客服', 'callback_data' => "", 'url' => "https://t.me/{$serviceAccount}"]];
+                    $buttons[] = [['text' => '✅ 唯一客服', 'callback_data' => "", 'url' => "https://t.me/{$serviceAccount}"]];
 
                 }
                 self::bettingGroupNotice($text, $buttons, $image);