https://api.telegram.org/bottoken/setWebhook?url=https://urltomybot.php
返回Webhook已设置。我没有自签名的ssl cerftificate,所以不需要公共证书文件的路径。
$json = file_get_contents('php://input');
$data = json_decode($json, true);
var_dump($json);
var_dump($data);
返回
string(0)"" NULL
答案 0 :(得分:0)
我发现我生成空查询购买访问此页面,lolz。
file_put_contents('data.txt', $json);
帮助。所以现在我在data.txt
中得到了json数组