已采納回答 / z無限挑戰
由于最近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
2019-05-28
講師回答 / 謝成
由于最近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
2019-05-28
講師回答 / 謝成
由于最近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
2019-05-27
講師回答 / 謝成
我剛剛在我的小程序中測試了一下,這個API是沒問題的。這個API只能在小程序云函數中去調用,如果你是在小程序端通過wx.request()進行調用的話這個API是不允許的。
2019-05-26