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

微信小程序-关于post 过来服务器没有获取到数据问题

时间:2016-12-01 12:04:52      阅读:411      评论:0      收藏:0      [点我收藏+]

标签:更改   查看   请求   class   服务   demo   url   htm   content   

查看一下服务器接收的post 参数是以什么形式接收的 

 微信给出得demo 请求的方式是Json 参数传递的

  所以如果服务器使用的from 表单形式接收数据需要更改微信小程序中的 header

  将

  

    header: {
        ‘content-type‘: ‘application/json‘
    },
  

  改成

  

   
        header: {
        ‘content-type‘: ‘application/x-www-form-urlencoded‘
      },

  

微信小程序-关于post 过来服务器没有获取到数据问题

标签:更改   查看   请求   class   服务   demo   url   htm   content   

原文地址:http://www.cnblogs.com/TomCzr/p/6121099.html

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