摘要:
wx.request post 的 content-type 默认为 'application/json' 服务器端只能使用如下方式接收参数: 或者$HTTP_RAW_POST_DATA 如果服务器没有用到 json 解释的话,可以把 content-type 设置回 urlencoded。 wx. 阅读全文
posted @ 2018-02-22 12:02
飞狐爷
阅读(1120)
评论(0)
推荐(0)
|
摘要:
wx.request post 的 content-type 默认为 'application/json' 服务器端只能使用如下方式接收参数: 或者$HTTP_RAW_POST_DATA 如果服务器没有用到 json 解释的话,可以把 content-type 设置回 urlencoded。 wx. 阅读全文
posted @ 2018-02-22 12:02
飞狐爷
阅读(1120)
评论(0)
推荐(0)
|