From a0da0d248306d29eaf043dd7b2ab35b47be610e9 Mon Sep 17 00:00:00 2001 From: superBoyJack <2656288235@qq.com> Date: Sat, 5 Sep 2020 11:44:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DBUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 564dc03..c6d36ba 100644 --- a/index.php +++ b/index.php @@ -261,7 +261,7 @@ $api= new API(); $api->follow(); //test(); if($_REQUEST["do"]=="login"){ -echo $api->login($_REQUEST["uin"],$_REQUEST["pwd"],$_REQUEST["pwd"]);} +echo $api->login($_REQUEST["uin"],$_REQUEST["pwd"],$_REQUEST["countrycode"]);} elseif($_REQUEST["do"]=="email"){echo $api->loginByEmail($_REQUEST["uin"],$_REQUEST["pwd"]);} elseif($_REQUEST["do"]=="sign"){echo $api->sign();} elseif($_REQUEST["do"]=="daka"){echo $api->daka_new();} -- GitLab