云函数查询其他小程序数据库? module.exports.ReadError: incorrect
var postacc = await got(url,{
method: ‘POST’,
headers:{
‘Accept’: ‘application/json’
},
body: JSON.stringify(postbody)
})
console.log(postacc.body)
感觉问题出在 headers 上找不到具体问题 求解