request 400报错
wx.request({
url: ‘http://’ + address + ‘order/getOrder.json’,
data: orderList,
method: ‘post’,
header: {
“Content-Type”: “application/x-www-form-urlencoded”
},
success:function(res){
console.log(res);
}
})