|
@@ -38,7 +38,7 @@ class TelegramWebHook extends Controller
|
|
}
|
|
}
|
|
$update = $telegram->getWebhookUpdate(); // 获取更新数据
|
|
$update = $telegram->getWebhookUpdate(); // 获取更新数据
|
|
$update->callbackQuery;
|
|
$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']);
|
|
return response()->json(['status' => 'ok']);
|
|
}
|
|
}
|
|
|
|
|