這個接口 我獲取的數據怎么是空呢? http://api.douban.com/v2/movie/in_theaters?start=${event.start}&count=${event.count}
http://api.douban.com/v2/movie/in_theaters?start=${event.start}&count=${event.count}
http://api.douban.com/v2/movie/in_theaters?start=${event.start}&count=${event.count}
2019-09-25
舉報
2019-09-25
豆瓣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`