小程序的POST接收不到参数
这个文档上没有详细说明
在用POST的时候
header要这样写。。。
method:"POST",
header: {
"Content-Type": "application/x-www-form-urlencoded"
},
这个文档上没有详细说明
在用POST的时候
header要这样写。。。
method:"POST",
header: {
"Content-Type": "application/x-www-form-urlencoded"
},