|
|
@@ -289,7 +289,7 @@ class IssueService extends BaseService
|
|
|
$buttons[] = [['text' => '✅唯一财务', 'callback_data' => "", 'url' => "https://t.me/{$serviceAccount}"]];
|
|
|
|
|
|
}
|
|
|
- self::bettingGroupNotice($text, $buttons, $image, true);
|
|
|
+ // self::bettingGroupNotice($text, $buttons, $image, true);
|
|
|
SendTelegramGroupMessageJob::dispatch($text, $buttons, $image, true);
|
|
|
}
|
|
|
|