问答详情
源自:4-3 电影列表

调用云函数movielist失败

老师您好,我按照您的教导做到调用云函数的时候编辑不会报错,但是调用云函数显示调用失败

https://img4.mukewang.com/5d68d6d20001c2be08650360.jpghttps://img.mukewang.com/5d68d6fc00017b2612550343.jpg

提问者:慕九州6455002 2019-08-30 15:57

个回答

  • 慕数据4591856
    2019-08-30 16:11:25
    已采纳

    接口变了

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

    });