2017年9月22日

微信小程序 post 请求获取不到参数原因

摘要: 如果使用post 请求一定要加上 header: { "content-type": "application/x-www-form-urlencoded" } ,如果不加,data 中的参数在后端获取不到 wx.request({ header: { "content-type": "applic 阅读全文

posted @ 2017-09-22 20:08 chouc 阅读(384) 评论(0) 推荐(0)

导航