|
@@ -247,17 +247,18 @@ class BetService extends BaseService
|
|
$groupText .= "{$input} \n";
|
|
$groupText .= "{$input} \n";
|
|
$groupText .= "----------- \n";
|
|
$groupText .= "----------- \n";
|
|
|
|
|
|
|
|
+ $username = config('services.telegram.username');
|
|
$inlineButton = [];
|
|
$inlineButton = [];
|
|
$inlineButton[] = [
|
|
$inlineButton[] = [
|
|
- ['text' => "查看余额", 'callback_data' => 'balance'],
|
|
|
|
- ['text' => "✅唯一财务", 'callback_data' => 'finance']
|
|
|
|
|
|
+ ['text' => "查看余额", 'callback_data' => 'balanceAlert'],
|
|
|
|
+ ['text' => "✅唯一财务", 'callback_data' => 'financeAlert']
|
|
];
|
|
];
|
|
$inlineButton[] = [
|
|
$inlineButton[] = [
|
|
- ['text' => "近期注单", 'callback_data' => 'recent_bets'],
|
|
|
|
- ['text' => "今日流水", 'callback_data' => 'today_flow']
|
|
|
|
|
|
+ ['text' => "近期注单", 'callback_data' => 'betsAlert'],
|
|
|
|
+ ['text' => "今日流水", 'callback_data' => 'todayFlowAlert']
|
|
];
|
|
];
|
|
$inlineButton[] = [
|
|
$inlineButton[] = [
|
|
- ['text' => "私聊下注", 'callback_data' => 'private_bet']
|
|
|
|
|
|
+ ['text' => "私聊下注", 'callback_data' => "@{$username}"]
|
|
];
|
|
];
|
|
$inlineButton[] = [
|
|
$inlineButton[] = [
|
|
['text' => "官方频道", 'url' => 'https://t.me/xxx']
|
|
['text' => "官方频道", 'url' => 'https://t.me/xxx']
|