小程序的POST接收不到参数

这个文档上没有详细说明

在用POST的时候

header要这样写。。。

method:"POST",
      header: {
        "Content-Type": "application/x-www-form-urlencoded"
      },

 

posted @ 2017-06-01 16:40  安筱雨  阅读(2063)  评论(0)    收藏  举报