From 356af04937c8f902048f4931e7002cb2d0e6f18f Mon Sep 17 00:00:00 2001 From: chenzhi Date: Mon, 2 Dec 2019 18:31:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E5=90=8D=E8=AE=A4=E8=AF=817.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Mobile/Controller/UserController.class.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Application/Mobile/Controller/UserController.class.php b/Application/Mobile/Controller/UserController.class.php index 0f2e762c5..5d9762076 100644 --- a/Application/Mobile/Controller/UserController.class.php +++ b/Application/Mobile/Controller/UserController.class.php @@ -1021,9 +1021,7 @@ class UserController extends BaseController if ($status == 0) { $this->ajaxReturn(array('status' => 0, 'info' => '实名认证暂未开启!', 'url' => U('User/userauth'))); } else { - // $re = age_verify($_REQUEST['real_name'], $_REQUEST['idcard']); - $re =age($_REQUEST['real_name'], $_REQUEST['idcard']); - dump($re);die(); + $re =age_verify($_REQUEST['idcard'],$_REQUEST['real_name']); if ($re == 0) { $this->ajaxReturn(array('status' => 0, 'info' => '审核失败!', 'url' => U('User/userauth'))); }