龙岩易富通网络科技有限公司
龙岩小程序开发,龙岩分销系统
wx.request({
url: 'https://***.com/test',
data: { id: 1},
method: 'POST',
header: { 'content-type': 'application/x-www-form-urlencoded' },
success: function(res){
console.log(res.data);
}
})
发表评论