|
@@ -95,6 +95,11 @@ class TelegramWebHook extends Controller
|
|
$alertText = BalanceLogService::getTodayFlowing($chatId)['text'];
|
|
$alertText = BalanceLogService::getTodayFlowing($chatId)['text'];
|
|
BalanceLogService::alertNotice($callbackId , $alertText);
|
|
BalanceLogService::alertNotice($callbackId , $alertText);
|
|
}
|
|
}
|
|
|
|
+ // 近期注单弹窗
|
|
|
|
+ if($data === 'betsAlert'){
|
|
|
|
+ $alertText = BetService::recentlyRecord($chatId);
|
|
|
|
+ BetService::alertNotice($callbackId , $alertText);
|
|
|
|
+ }
|
|
|
|
|
|
//近期注单,下一页
|
|
//近期注单,下一页
|
|
$pattern = "/^betRecordNextPage@@\d+$/";
|
|
$pattern = "/^betRecordNextPage@@\d+$/";
|