小程序在发送post网络请求的时候总是报参数错误,小程序的网络请求header默认设置数据的传输格式是:'content-type': 'application/json' // 默认值

只需要把content-type 设置成
'Content-Type': 'application/x-www-form-urlencoded'
小程序在发送post网络请求的时候总是报参数错误,小程序的网络请求header默认设置数据的传输格式是:'content-type': 'application/json' // 默认值
只需要把content-type 设置成
'Content-Type': 'application/x-www-form-urlencoded'
本文标题:微信小程序网络请求Post,服务器获取不到参数!
本文链接:https://www.haomeiwen.com/subject/hmcwoxtx.html
网友评论