From 250b9ab881d5d2041743dd91e0a8176e2c4ee38b Mon Sep 17 00:00:00 2001 From: chenzhi Date: Mon, 2 Dec 2019 18:07:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E5=90=8D=E8=AE=A4=E8=AF=815.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Common/Common/function.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Common/Common/function.php b/Application/Common/Common/function.php index 747df8d2c..20b2b63ac 100644 --- a/Application/Common/Common/function.php +++ b/Application/Common/Common/function.php @@ -1211,6 +1211,7 @@ function age($cardno, $name) $path = "/idCardCert"; $method = "GET"; $appcode = C('tool_age.appcode'); + // $appcode = "244181f0846541a19e24df409736d3b9"; $headers = array(); array_push($headers, "Authorization:APPCODE " . $appcode); $querys = "idCard=" . $cardno . "&name=" . $name; @@ -1234,7 +1235,6 @@ function age($cardno, $name) $r = json_decode($output, true); if ($r['status'] == "02") return 0; - return $r; // if (empty($output)) { // return -1;//用完