diff --git a/netease.php b/netease.php index 868a79a..e79be38 100644 --- a/netease.php +++ b/netease.php @@ -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),