获取 mp3 播放地址

获取vkey

https://c.y.qq.com/base/fcgi-bin/fcg_musicexpress.fcg?json
1
2
3
4
5
6
7
8
9
10
11
12
13
>- `guid`:一个生成的随机数,也可以直接随便写
>- `'Referer': 'http://y.qq.com/portal/player.html'` **必须在请求的头部加上这个**,不然获取的`vkey`无效

得到的结果:
```json
{
"code": 0,
"sip": ["http://dl.stream.qqmusic.qq.com/", "http://isure.stream.qqmusic.qq.com/"],
"thirdip": ["http://thirdparty.gtimg.com/abcd1234/", "http://thirdparty.gtimg.com/abcd1234/"],
"testfile2g": "C100003mAan70zUy5O.m4a",
"testfilewifi": "C100003mAan70zUy5O.m4a",
"key": "74D67EB31D82DA3E2E29D4190970E393A955944A2957F9650362987A61EB740F08B770534FF87506CE4B77CAB00A4EC5ED43B77E4107CA3B"
}

阅读剩下更多

默认配图