我对每小时天气预报的OpenWeatherMap应用编程接口有一个问题。我从这个api检索了5天/3小时的天气数据。但现在我想要每天的天气预报。我正在使用这个api,但这个api给了我这个错误,我尝试了很多次,但它给了我同样的错误。"cod": 401,
"message": "Invalid API key.Please see http://openweathermap.org/faq#e
我正在尝试通过Django rest框架创建一个应用程序接口,并使用NextJS作为前端。
我可以毫无错误地获取所有的post数据。但是,当我尝试获取一个帖子的数据时,它给出了一个错误提示:"Page not found (404) The current path,api/ post /1,not match it The currentpath,api/posts/1,not match of any one“。下面是我的api文件夹