我正在尝试获取有关天气的信息,但是当我对 api 进行简单的发布查询时会得到该结果
`https://weather.api.here.com/weather/1.0/report.json?app_id=${appId}&app_code=${appCode}&product=observation&name=${city}`
{ Type: 'Invalid Request',
[0] Message:
[0] [ 'CW: City Information Required for product type::local_conditions' ] }
在文档“ https://developer.here.com ”中,我找不到此错误的解决方案