wind_lz
2019-08-25 10:48
说conso.err不是个方法
504002状态码的意思是云函数执行失败,请检查云函数是否正确。
return rp(`http://api.douban.com/v2/movie/in_theaters?apikey=0df993c66c0c636e29ecbb5344252a4a?start=${event.start}&count=${event.count}`)
.then(function (res) {
console.log(res);
return res;
})
.catch(function (err) {
console.error(err);
});
}
。。。
我把console.err改成error还是报这个错误
轻松入门微信小程序与云开发
64548 学习 · 1742 问题
相似问题