求大神给一份封装wx.request的代码 自己写的感觉都不对啊
发布于 7 年前 作者 qfan 2617 次浏览 来自 问答

求大神给一份封装wx.request的代码 

2 回复
wx.request({
            url: localhost,
            data: {
                id: id
            },
            header: {
                'content-type': 'application/x-www-form-urlencoded; charset=UTF-8'
            },
            method: 'POST',
            dataType: 'json',
            responseType: 'text',
            success: function (res) {
                 
            }
        })

同新人,一起加油

回到顶部