Browse Source

search without auth token

pull/8/head
Zhang Fan 3 years ago committed by GitHub
parent
commit
3bf9a6e772
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 {
$curl = curl_init(); $curl = curl_init();
curl_setopt_array($curl, array( 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_RETURNTRANSFER => true,
CURLOPT_POST => true, CURLOPT_POST => true,
CURLOPT_POSTFIELDS => http_build_query($params), CURLOPT_POSTFIELDS => http_build_query($params),

Loading…
Cancel
Save