|
@@ -248,10 +248,11 @@ class BetService extends BaseService
|
|
|
$groupText .= "----------- \n";
|
|
|
|
|
|
$username = config('services.telegram.username');
|
|
|
+ $serviceAccount = Config::where('field', 'service_account')->first()->val;
|
|
|
$inlineButton = [];
|
|
|
$inlineButton[] = [
|
|
|
['text' => "查看余额", 'callback_data' => 'balanceAlert'],
|
|
|
- ['text' => "✅唯一财务", 'callback_data' => 'financeAlert']
|
|
|
+ ['text' => "✅唯一财务", 'url' => "https://t.me/{$serviceAccount}"]
|
|
|
];
|
|
|
$inlineButton[] = [
|
|
|
['text' => "近期注单", 'callback_data' => 'betsAlert'],
|