|
@@ -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);
|