From 94a7c4104cfdb0b5f13068af42c9ca23e437bb45 Mon Sep 17 00:00:00 2001 From: chenzhi Date: Mon, 2 Dec 2019 18:29:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E5=90=8D=E8=AE=A4=E8=AF=81=E6=B5=8B?= =?UTF-8?q?=E8=AF=957.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, 3 insertions(+), 1 deletion(-) diff --git a/Application/Mobile/Controller/UserController.class.php b/Application/Mobile/Controller/UserController.class.php index 138b72c15..0f2e762c5 100644 --- a/Application/Mobile/Controller/UserController.class.php +++ b/Application/Mobile/Controller/UserController.class.php @@ -1021,7 +1021,9 @@ 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_verify($_REQUEST['real_name'], $_REQUEST['idcard']); + $re =age($_REQUEST['real_name'], $_REQUEST['idcard']); + dump($re);die(); if ($re == 0) { $this->ajaxReturn(array('status' => 0, 'info' => '审核失败!', 'url' => U('User/userauth'))); }