seven 5 өдөр өмнө
parent
commit
94a833b58e

+ 1 - 1
app/Http/Controllers/api/TelegramWebHook.php

@@ -38,7 +38,7 @@ class TelegramWebHook extends Controller
         // }
         $update = $telegram->getWebhookUpdate(); // 获取更新数据
         $update->callbackQuery;
-        // Log::error('Telegram 回调数据(JSON): ' . json_encode($update, JSON_UNESCAPED_UNICODE));
+        Log::error('Telegram 回调数据(JSON): ' . json_encode($update, JSON_UNESCAPED_UNICODE));
         return response()->json(['status' => 'ok']);
     }