网络请求错误request
wx.request({
url: ‘https://jmall.jopool.com/api/common/getBanners.htm?position=BANNER’, //仅为示例,并非真实的接口地址
method: ‘POST’,
header: {
“content-type”: “application/json”
},
})
这样的请求为什么一直失败,失败提示只会给request fail,没法定位具体原因