问答详情
源自:4-3 电影列表

为什么我的appdata里movelist获取不到数据啊老师

https://img4.mukewang.com/5cd96f980001c0d419201080.jpg

是不是那个api接口的问题?

提问者:慕工程5287881 2019-05-13 21:22

个回答

  • 谢成
    2019-05-25 22:03:57

    由于最近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-13 22:18:40

    先看下network里请求的响应结果是什么,如果返回的code是104,就在请求API的url后面跟一个apikey参数:http://api.douban.com/v2/movie/in_theaters?apikey=0df993c66c0c636e29ecbb5344252a4a

  • qq_Bye_6
    2019-05-14 09:32:18

    return rp(`http://api.douban.com/v2/movie/in_theaters?apikey=0df993c66c0c636e29ecbb5344252a4a&start=$
    {event.start}&count=${event.count}`

    start前面拼一个&