diff --git a/index.php b/index.php index 6ac58aebdd0cc0bbe7673a4604eadda3c07820ea..564dc03182c01fa57b3af18825566e1d03825120 100644 --- a/index.php +++ b/index.php @@ -69,6 +69,7 @@ class API{ $url="https://music.163.com/weapi/login/cellphone"; $data=array( "phone"=>$cell, + "countrycode"=>"86", "countrycode"=>$countrycode, "password"=>$pwd, "rememberLogin"=>"true");