最赞回答 / LiGuoguo
rp(`http://api.douban.com/v2/movie/in_theaters?apikey=0df993c66c0c636e29ecbb5344252a4a&start=${event.start}&count=${event.count}`)看了下其他同学的问题 用这个接口就可以解决了
2019-07-07
最赞回答 / 谢成
豆瓣接口有变化,需要在请求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具体也...
2019-07-07