码迷,mamicode.com
首页 > 微信 > 详细

【微信小程序】request请求POST提交数据,记得要加上header

时间:2017-11-02 18:15:42      阅读:346      评论:0      收藏:0      [点我收藏+]

标签:log   orm   str   request请求   blog   type   微信小程序   data   for   

          wx.request({
            url: ‘*******‘,
            data: {
              "type":"nearest_village",
              "district": that.data.district,
            },
            header: {
              "Content-Type": "application/x-www-form-urlencoded"
            },
            method: ‘POST‘,
            success: function(res) {
            //do somethind
           }    
         })

一定要带上header,否则数据提交为空。

【微信小程序】request请求POST提交数据,记得要加上header

标签:log   orm   str   request请求   blog   type   微信小程序   data   for   

原文地址:http://www.cnblogs.com/xuzhengzong/p/7773155.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!