Web services Google将API放在搜索附近,从Elastic Beanstalk执行时返回不同的结果

Web services Google将API放在搜索附近,从Elastic Beanstalk执行时返回不同的结果,web-services,amazon-elastic-beanstalk,google-places-api,Web Services,Amazon Elastic Beanstalk,Google Places Api,我试图在一个API中使用Google Places API,该API目前正在Amazon的Elastic Beanstalk上运行,它在大多数情况下运行良好,但我发现了一些API行为奇怪的示例。这就是一个这样的例子: 居中 这是我在计算机中执行来自邮递员的GET请求时的结果: { "html_attributions": [], "results": [ { "business_status": "OPERATIONAL", "geom

我试图在一个API中使用Google Places API,该API目前正在Amazon的Elastic Beanstalk上运行,它在大多数情况下运行良好,但我发现了一些API行为奇怪的示例。这就是一个这样的例子:

居中

这是我在计算机中执行来自邮递员的GET请求时的结果:

{
   "html_attributions": [],
   "results": [
      {
         "business_status": "OPERATIONAL",
         "geometry": {
            "location": {
               "lat": -3.741095,
               "lng": -38.4729603
            },
            "viewport": {
               "northeast": {
                  "lat": -3.739996920107278,
                  "lng": -38.47135937010728
               },
               "southwest": {
                  "lat": -3.742696579892721,
                  "lng": -38.47405902989272
               }
            }
         },
         "icon": "https://maps.gstatic.com/mapfiles/place_api/icons/generic_business-71.png",
         "id": "a916c330a37073aab32ffb486649e541af5b4038",
         "name": "BotoCenter: Centro de Estética, Aplicação de Toxina Botulínica Rio Mar Fortaleza",
         "opening_hours": {
            "open_now": true
         },
         "photos": [
            {
               "height": 636,
               "html_attributions": [
                  "<a href=\"https://maps.google.com/maps/contrib/110215894449097941694\">A Google User</a>"
               ],
               "photo_reference": "CmRaAAAAOuF4uwh5t4gS9Hx_-AzzbrC9l2OVA_eRC_ffBu6NUHzJQzY3LC8EQ2uY3Bvz0oo_eQvKShVbUzujEyf4_zRHES4UJ1gq8a4xVl_SPjZ2By2NYBebsxzUHGYJPTM5at-TEhBqZ89uEeJLRpnxBs1VoDCGGhRtK6gcdonrUJvWC0ckbyxmUZA9qQ",
               "width": 510
            }
         ],
         "place_id": "ChIJdyhrcpxHxwcRoKDSIYX7AYg",
         "plus_code": {
            "compound_code": "7G5G+HR Papicu, Fortaleza - State of Ceará",
            "global_code": "69837G5G+HR"
         },
         "rating": 0,
         "reference": "ChIJdyhrcpxHxwcRoKDSIYX7AYg",
         "scope": "GOOGLE",
         "types": [
            "health",
            "point_of_interest",
            "store",
            "establishment"
         ],
         "user_ratings_total": 0,
         "vicinity": "R. Des. Lauro Nogueira, 1500 - Papicu, Fortaleza"
      }
   ],
   "status": "OK"
}
知道发生了什么或我做错了什么吗

如果位置相关,我目前居住在巴西东北部,我的EBS实例位于北弗吉尼亚州

{ html_attributions: [], results: [], status: 'ZERO_RESULTS' }