@@ -169,10 +169,11 @@ class TelegramWebHook extends Controller
break;
case "近期注单":
Util::delCache($chatId);
- $this->telegram->sendMessage([
- 'chat_id' => $chatId,
- 'text' => $text
- ]);
+ $returnMsg = BetService::record($chatId);
+ // $this->telegram->sendMessage([
+ // 'chat_id' => $chatId,
+ // 'text' => $text
+ // ]);
case "今日流水":