Ken 1 týždeň pred
rodič
commit
76cf6281cd

+ 6 - 0
app/Http/Controllers/api/TelegramWebHook.php

@@ -899,6 +899,12 @@ class TelegramWebHook extends Controller
                     $telegram->editMessageText($res);
                 }
 
+
+                $telegram->sendMessage([
+                    'chat_id' => $chatId,
+                    'text' =>$data,
+                ]);
+
                 //钱宝提现
                 if ($data === 'withdraw@@qbApply') {
                     $res = WithdrawService::qbApply($chatId, $messageId);