问答详情
源自:-

接口问题吗?

https://img.mukewang.com/5d20af7800018af133121956.jpg


exports.main = async (event, context) => {

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.log(err);

})

}


提问者:没有排面的小老弟 2019-07-06 22:26

个回答

  • 谢成
    2019-07-08 12:53:38

    应该是新代码没生效,重新上传云函数试试

  • 没有排面的小老弟
    2019-07-06 22:47:28

    重新上传云函数