1 2 3 4 5 6 7 8 9 10 11 12 13 | onLoad: function (options) { wx.request({ url: 'https://api.douban.com/v2/movie/top250' , data: {}, method: 'GET' , header: { 'Content-type' : 'json' }, success: function (res) { console.log(res); } }); }, |
错误内容如下:
错误出自7-12,换成http: //http://t.yushu.im后也出错 ,错误如下:
4年同步微信官方迭代,累计20000+人学习, 比微信官方更火爆!
了解课程