数据接口,苹果手机能够渲染到数据,安卓版本低于7.0的请求成功,返回数据为空
发布于 5 年前 作者 ryi 543 次浏览 来自 问答

数据接口,苹果手机能够渲染到数据,安卓版本低于7.0的请求成功,返回数据为空。以下为接口代码:在此先感谢大佬

 wx.request({

   url: https://hunqing.fuyiwangluo.com/frontpicture?key=7042513F210134C6D5EE4AE818608D16&type=轮播图,

   data: ‘’,

   method: ‘POST’,  

   header: { ‘content-type’: ‘application/json’ },

 

   success: function (res) {

     console.log(res.data)

     that.setData({

       imgUrl: res.data

     })

   },

   fail: function (res) { },

   complete: function (res) { },

 })

2 回复

你的链接里有中文 encodeUrl一下

有没有大神帮帮忙

回到顶部