【发布时间】:2023-03-31 20:00:01
【问题描述】:
我使用 YQL 来获取需要 woeid 的天气数据,但是当我调用以下 url 时获取 woeid 它返回结果 null
https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20geo.places%20where%20text%3D%27delhi%27&format=json
我收到的结果
{"query":{"count":0,"created":"2018-03-14T10:51:42Z","lang":"en-US","results":null}}
即使在 https://developer.yahoo.com/weather/ 上也显示为 null。
有没有其他方法可以让雅虎天气变得糟糕。
最好的问候,阿希什
【问题讨论】: