seven hai 5 días
pai
achega
14b373e822
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Http/Controllers/api/TelegramWebHook.php

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

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