删除云函数失败,调用api的接口的时候下面报错,老师您看看是什么原因呢?
1、删除云函数请在电脑中删除,不要在开发工具中删
2、请把console.err()改成console.error(),根据错误提示就能找到问题了
3、豆瓣API有变化,需要在请求API的url后面跟一个apikey参数:
电影列表API:http://api.douban.com/v2/movie/in_theaters?apikey=0df993c66c0c636e29ecbb5344252a4a&start=0&count=10
电影详情API:`http://api.douban.com/v2/movie/subject/${event.movieid}?apikey=0df993c66c0c636e29ecbb5344252a4a`