微信小程序> 微信小程序获取今日天气预报api免费接口-微信小程序获取本地天气-微信小程序开发天气预报

微信小程序获取今日天气预报api免费接口-微信小程序获取本地天气-微信小程序开发天气预报

浏览量:1292 时间: 来源:Cc琎
1.

如果是测试,请勾选配置不校验合法域名、web-view(业务域名)、TLS版本以及HTTPS证书

2.

如果正式使用,请添加安全域名两个(ip.tianqiapi.com和tianqiapi.com)

3.

有问题的加我qq445899710,提供源代码,效果如图

//index.js//获取应用实例constappgetApp()Page({data:{weather:[],//实况天气weatherweek:[],//七日天气},onLoad:function(){this.getapi();},getapi:function(){var_thisthis;//获取IP地址wx.request({url:'https://ip.tianqiapi.com/',data:{},method:'POST',header:{'content-type':'application/x-www-form-urlencoded'},success:function(res){console.log(res);//根据IP获取天气数据_this.weathertoday(res.data.ip);_this.weatherweekday(res.data.ip);}});},//天气api实况天气weathertoday:function(ip){var_thisthis;wx.request({url:'https://www.tianqiapi.com/api/?versionv6',data:{'ip':ip},method:'GET',header:{'content-type':'application/x-www-form-urlencoded'},success:function(res){_this.setData({weather:res.data});console.log(_this.data.weather)}});},//天气api实况天气weatherweekday:function(ip){var_thisthis;wx.request({url:'https://www.tianqiapi.com/api/?versionv1',data:{'ip':ip},method:'GET',header:{'content-type':'application/x-www-form-urlencoded'},success:function(res){_this.setData({weatherweek:res.data});console.log(_this.data.weatherweek)}});}})4.

小程序源码下载:https://pan.baidu.com/s/1jIPAtU1Q-EH6I18ud9pNvw提取码s8tm

版权声明

即速应用倡导尊重与保护知识产权。如发现本站文章存在版权问题,烦请提供版权疑问、身份证明、版权证明、联系方式等发邮件至197452366@qq.com ,我们将及时处理。本站文章仅作分享交流用途,作者观点不等同于即速应用观点。用户与作者的任何交易与本站无关,请知悉。

  • 头条
  • 搜狐
  • 微博
  • 百家
  • 一点资讯
  • 知乎