错误是:
TypeError: Cannot read property 'subjects' of null
at movie.js:24
只有一个问号:
云函数上传更新没
哦哦,是我错了,但是改回只有一个问号,还是不行。。。
可是一样没有返回值
豆瓣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`