From e3022cb6c277f2873c8a22e904a99107c225bc43 Mon Sep 17 00:00:00 2001 From: chenzhi Date: Mon, 27 Jul 2020 14:22:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E6=B5=8B=E8=AF=95=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/PublicController.class.php | 6 +++--- Application/Payment/Controller/PublicController.class.php | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Application/Admin/Controller/PublicController.class.php b/Application/Admin/Controller/PublicController.class.php index 4755bba10..9dda9ea2c 100644 --- a/Application/Admin/Controller/PublicController.class.php +++ b/Application/Admin/Controller/PublicController.class.php @@ -338,9 +338,9 @@ class PublicController extends \Think\Controller */ public function checksafecode($phone, $code) { - if($code == "txsb0601"){ - return true; - } + // if($code == "txsb0601"){ + // return true; + // } $taskClient = new TaskClient(); $result = $taskClient->checkSms($phone, $code); $data = []; diff --git a/Application/Payment/Controller/PublicController.class.php b/Application/Payment/Controller/PublicController.class.php index f6bd1bc0c..287f3da88 100644 --- a/Application/Payment/Controller/PublicController.class.php +++ b/Application/Payment/Controller/PublicController.class.php @@ -130,9 +130,9 @@ class PublicController extends \Think\Controller public function checksafecode($phone, $code) { //测试验证码 - if($code == "txsb0601"){ - return true; - } + // if($code == "txsb0601"){ + // return true; + // } $taskClient = new TaskClient(); $result = $taskClient->checkSms($phone, $code); $data = [];