在老师讲的基础上给云函数增加了一个参数,做了个通用查询(可查即将上映,正在上映等),感谢老师讲的这么清晰!
return rp(`http://api.douban.com/v2/movie/${event.reqlb}?apikey=0df993c66c0c636e29ecbb5344252a4a&start=${event.start}&count=${event.count}`)
增加了${event.reqlb} 查询类别,调用时传参数:coming_soon(即将上映) new_movies(新片榜)in_theaters(正在上映)