Browse Source

Merge pull request #8 from fanzai0403/master

search without auth token
pull/11/head
Ludy Su 3 years ago committed by GitHub
parent
commit
a4dec66f4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      netease.php

2
netease.php

@ -247,7 +247,7 @@ class LudysuNetEaseLrc { @@ -247,7 +247,7 @@ class LudysuNetEaseLrc {
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL => "http://music.163.com/api/search/pc",
CURLOPT_URL => "http://music.163.com/api/search/get/web",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_POST => true,
CURLOPT_POSTFIELDS => http_build_query($params),

Loading…
Cancel
Save