From d693e02745cad88080dca9af6939bf14f2b67ae0 Mon Sep 17 00:00:00 2001 From: superBoyJack <2656288235@qq.com> Date: Tue, 1 Sep 2020 18:17:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=9B=BD=E9=99=85=E8=B4=A6?= =?UTF-8?q?=E5=8F=B7=E7=99=BB=E9=99=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/index.php b/index.php index 564dc03..6ac58ae 100644 --- a/index.php +++ b/index.php @@ -69,7 +69,6 @@ class API{ $url="https://music.163.com/weapi/login/cellphone"; $data=array( "phone"=>$cell, - "countrycode"=>"86", "countrycode"=>$countrycode, "password"=>$pwd, "rememberLogin"=>"true"); -- GitLab