wx.request({
url: 'url', //仅为示例,并非真实的接口地址
data: {
x: '',
y: ''
},
header: {
'content-type': 'application/x-www-form-urlencoded' //修改此处即可
},
success (res) {
console.log(res.data)
}
})
版权属于:
Arthur
作品采用:
《
署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)
》许可协议授权
评论 (0)