获取不到电影列表,返回为空
想问一下这个是什么问题,返回结果一直为空 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); });