龙岩易富通网络科技有限公司

龙岩小程序开发,龙岩分销系统

小程序 post提交方式

2018.09.12 | 1846阅读 | 0条评论 | 小程序

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); 

    }

 })


赞 (

发表评论