接口问题吗?

来源:-

没有排面的小老弟

2019-07-06 22:26

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);

})

}


写回答 关注

2回答

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

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

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

    重新上传云函数

轻松入门微信小程序与云开发

深入浅出微信小程序核心基础与云开发,使你掌握小程序开发必备技能。

64548 学习 · 1742 问题

查看课程

相似问题