美文网首页
微信小程序请求 传输格式

微信小程序请求 传输格式

作者: Jalon | 来源:发表于2017-08-09 12:19 被阅读0次

    微信小程序请求 传输格式

    wx.request({
                url: '...',
                method: 'POST',
                header: {
                    'Content-Type': 'application/x-www-form-urlencoded'
                },
                data: {
                    pic_url: picUrl,
                    token,
                    type
                },
    

    相关文章

      网友评论

          本文标题:微信小程序请求 传输格式

          本文链接:https://www.haomeiwen.com/subject/bxwfrxtx.html