橘子洲头Cute
2019-08-18 23:23
类型也错了
你试一下保存云函数再运行
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);
});
}
对了,你那个豆瓣的接口api改了么,现在不是视频中的那个了
还是不可以哎
轻松入门微信小程序与云开发
64548 学习 · 1742 问题
相似问题