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);
}
})
微信小程序开发相关问题解答;本文来自微信小程序工厂 http://www.xcxgc.com 转载请保留。
微信小程序开发者回答:
陈***:
手动@官方
k***:
参数不对?
请求开放 canvas的getImageData 和 toDataURL 方法
陈***:
我传的是一个对象
k***:
通常400都是参数格式不对,你和后台接口对比看看对象的包装是否正确,是否需要JSON.stringify转字符串。
本文网址:http://www.91bianli.com/kaifazhinan/72778.html