1、抓取数据

链接   https://y.qq.com/portal/playlist.html

Parameters

    通过上图能看到,qq音乐通过设置了refer和host来保护接口。

    那么怎么才能获取到数据呢?

    2、进入build==>webpack.dev.conf.js

 

使用axios 做请求,

  定义一个api的router

    3、定义一个getDiskList的接口,回调传入两个参数,前端请求这个接口,通过nodejs请求QQ音乐接口,发送HTTP请求的时候,修改referer 和host,

参数commonParams 传递给 中间服务的req, 这参数要与qq Query String Parameters 一致