var self = this;
wx.request({
url: 'https://restapi.amap.com/v3/weather/weatherInfo',
data: {
'key': '7952f0543749fe21298320bc5c58ccdf', //填入自己申请到的Key
'city': '410300', //地区邮编
},
header: {
'content-type': 'application/json'
},
success: function (res) {
console.log(res.data);
}
})
天气预报API (高德地图)
最新推荐文章于 2025-03-24 10:58:28 发布