2016-05-06 5 views
0

これは電報ボットのgetupdatesメソッドの非常に簡単なコードです。電報ボットのメソッドgetupdatesが遅すぎるのではなく、すべてのjson結果?どうして?

<?php 
$update=file_get_contents("https://api.telegram.org/bot206686165:AAH59jwJZDPhrY7r-0jL3qEWJkKjTTmXUUo/getupdates"); 
print_r($update); ?> 

結果が非常に遅く(20秒)読み込まれ、すべて/正しくない - なぜですか?:

{ "OK":真、 "結果":[{ "UPDATE_ID":103868812、 "メッセージ":{ "MESSAGE_ID":5 "から":{ "ID":56277261、」 "ロベルト"、 "last_name": "D'Antuono"、 "chat":{"id":56277261、 "first_name": "ロベルト"、 "last_name": "D'Antuono" : "private"} "date":1462527792、 "text": "/ start"、 "entities":[{"type": "bot_command"、 "offset":0、 "length":6}]}} {"id":56277261、 "first_name": "Roberto"、 "last_name": "D'Antuono"}、{"update_id":103868813、 "message" "チャット":{"id":56277261、 "first_name": "Roberto"、 "last_name": "D'Antuono"、 "type": "private"}、 "date":1462527794、 "text": "ciao "" id ":56277261、" first_name ":" Roberto "、" last_name ":" D'Antuono: ""} "、{" update_id ":103868814、 " message " "}、" chat ":{" id ":56277261、" first_name ":" Rob

のみリンクすることによって結果:

https://api.telegram.org/bot'MY_TOKEN'/getupdates 

が高速であり、このです:

{ "OK":真、 "結果":[{ "UPDATE_ID":103868812、 "" {"id":56277261、 "first_name": "ロベルト"、 "last_name": "D'Antuono"}、 "チャット":{"id":532、 :56277261、 "first_name": "Roberto"、 "last_name": "D'Antuono"、 "type": "private"}、 "date":1462527792、 "text": "/ start"、 "entities":[ {"type": "bot_command"、 "offset":0、 "length":6}}}}、{"update_id":103868813、 "message":{"message_id":6、 "from":{"id":56277261、 "first_name": "Roberto"、 "last_name": "D'Antuono"}、 "chat":{"id" : ""、 "タイプ": "プライベート"}、 "日付":1462527794、 "テキスト": "ciao"}}、{"update_id":56277261、 "first_name": "last_name": "D'Antuono" : "" id:56277261、 "first_name": "Roberto"、 "last_name": "D'Antuono"}、「chat」:{103768814、 "message" "id":56277261、 "first_name": "Roberto"、 "last_name": "D'Antuono"、 "type": "private"}、 "date":1462527824、 "text": "/ ciao"、 "エンティティ"" {"type": "bot_command"、 "offset":0、 "length":5}}}}、{"update_id":103868815、 "message":{"message_id":8、 "from" : "" id:56277261、 "first_name": "Roberto"、 "last_name": "D'Antuono" "D'Antuono"、 "type": "private"}、 "date":1462527826、 "text": "/ ciao"、 "entities":[{"type": "bot_command"、 "offset" "length":5}}}}、{"update_id":103868816、 "message":{"message_id":9、 "from":{ "id":56277261、 "first_name": "Roberto"、 "last_name": "D'Antuono"}、 "chat":{"id":56277261、 "first_name": "Roberto"、 "last_name": "D" 「タイプ」:「bot_command」、「オフセット」:0、「長さ」、「長さ」、「長さ」、「長さ」、 "、" ":" id ":56277261、" first_name ":" Roberto "、" last_name ":{" message_id ":10" from 5 "}}}、{" update_id ":103868817、 " "D'Antuono"、 "type": "private"}、 "date":1462527826 "D'Antuono"、 "chat":{"id":56277261、 "first_name": "Roberto"、 "last_name" "、" text ":"/ciao "、" entities ":[{" type ":" bot_command "、" offset ":0、" length ":5}}}}、{" update_id ":103868818、 " "" {"id":56277261、 "first_name": "Roberto"、 "last_name": "D'Antuono"}、 "chat":{"id":56277261、 "first_name": "Roberto"、 "last_name": "D'Antuono"、 "type": "private"}、 "date":1462527826、 "text": "/ ciao"、 "entities":[{"type "" {"message_id":12、 "from"} {: "{"} "{{" update_id ":103868819、 " id ":56277261、" first_name ":" Roberto "、" last_name ":" D'Antuono "}、" chat ":{" id ":56277261、" first_name " 「タイプ」:「bot_command」、「オフセット」:0、「長さ」、「開始」、「開始」、「エンティティ」、 : "" id:56277261、 "first_name": "Roberto"、 "last_name": "6"]}}、{"update_id":103868820、 "message" "D'Antuono"、 "type": "private"}、 "date":1462528503、 "D'Antuono"}、チャット:{"id":56277261、 "first_name": "Roberto"、 "last_name" "text": "mamma"}}]}

お手伝いできますか?私のドメインはaltervista.orgにあり、あなたはこのリンクを試して低速ロードを試みます...

http://unisadb.altervista.org/BOT/hello.php

答えて

0

あなたがリンクでそれを呼び出すと、お使いのコンピュータから電報サーバに接続されています。ローカルコンピュータでコードを実行し、結果を確認します。私は問題があなたのサーバーにあると思うし、あなたのサーバーと電報の接続が遅いです。

関連する問題