https://douban.com/v2/movie/subject?start=${event.movieid}
{errMsg: "cloud.callFunction:ok", result: null}
errMsg:"cloud.callFunction:ok"
result:null
__proto__:Object
这个API地址不对吧,请把你使用的这个API粘贴到浏览器里,看是否有返回。
我课程里面获取电影详情的API是:
http://api.douban.com/v2/movie/subject/${event.movieid}
由于最近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
带一个apikey参数: http://api.douban.com/v2/movie/subject/${event.movieid}?apikey=0df993c66c0c636e29ecbb5344252a4a
可以看看我评论的解决办法
`https://douban.uieee.com/v2/movie/subject/${event.movieid} `
使用这个就可以了
我觉得一直是我的Url路径问题
结果还是和上面的一样
在帮我看一下老师