加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 站长学院 > PHP教程 > 正文

php – Telegram向webhook发送重复的POST JSON请求

发布时间:2020-12-13 22:26:31 所属栏目:PHP教程 来源:网络整理
导读:我正在尝试为电报开发城市机器人,但遇到问题. 在向bot发送消息后,Telegram向webhook URL发送2个重复请求. Webhook脚本工作两次,并向用户发送两次响应. 脚本 – 来自官方电报文档的hellobot.php. 服务器vps托管使用自签名SSL,上传了证书密钥到电报. 从服务器
我正在尝试为电报开发城市机器人,但遇到问题.
在向bot发送消息后,Telegram向webhook URL发送2个重复请求.
Webhook脚本工作两次,并向用户发送两次响应.
脚本 – 来自官方电报文档的hellobot.php.
服务器vps托管使用自签名SSL,上传了证书密钥到电报.

从服务器日志.

149.154.167.209 – – [28/Jun/2016:13:48:00 +0300] “POST /apps/gate.php HTTP/1.0” 200 86 “-” “-
149.154.167.209 – – [28/Jun/2016:13:48:00 +0300] “POST /apps/gate.php HTTP/1.1” 200 86 “-” “-
149.154.167.209 – – [28/Jun/2016:13:48:00 +0300] “POST /apps/gate.php HTTP/1.0” 200 86 “-” “-
149.154.167.209 – – [28/Jun/2016:13:48:00 +0300] “POST /apps/gate.php HTTP/1.1” 200 86 “-” “-

如何解决这个问题?

解决方法

你能发一些代码吗?

如果您要求获取更新并在每个结果时向用户发送响应;它可能会发送重复,因为您没有设置偏移权限

offset (Description):
Identifier of the first update to be returned. Must be greater by one than the highest among the identifiers of previously received updates. By default,updates starting with the earliest unconfirmed update are returned. An update is considered confirmed as soon as getUpdates is called with an offset higher than its update_id. …

#getupdates_offset

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读