seven 1 주 전
부모
커밋
147277197d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);