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