Webhook 的错误响应:400 Bad Request

Wrong response from the webhook: 400 Bad Request

我最近尝试使用 webhook 从电报中获取更新。我的程序使用 getUpdates() 可以正常工作。 但是当我设置 webhook 时,我得到了

"Wrong response from the webhook: 400 Bad Request"

尝试通过 getWebhookInfo 方法检查 webhook 状态时出错。

这是我的代码: $telegram->commandsHandler(true) 何时在 getUpdates mod 中的代码下方使用,一切都很好。 $telegram->commandsHandler(false)

应该说我使用 https,我的 ssl 没问题。

这是 getWebhookInfo 给我的回答。

{
  "ok": true,
  "result": {
    "url": "https://telbit.ir/api/bot/<token>",
    "has_custom_certificate": false,
    "pending_update_count": 13,
    "last_error_date": 1476344420,
    "last_error_message": "Wrong response from the webhook: 400 Bad Request"
  }
}

我找到了答案

万事俱备。错误发生是因为我的框架。