From 151346d69f8a93ffcabbc7e55b3d751d5c35165d Mon Sep 17 00:00:00 2001 From: yulingwei <2436953959@qq.com> Date: Tue, 21 Jul 2020 17:16:16 +0800 Subject: [PATCH] upt --- Application/Home/Controller/SafeController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Home/Controller/SafeController.class.php b/Application/Home/Controller/SafeController.class.php index f2b352e2f..c3e979388 100644 --- a/Application/Home/Controller/SafeController.class.php +++ b/Application/Home/Controller/SafeController.class.php @@ -115,7 +115,7 @@ class SafeController extends BaseController{ public function ajaxVerifyCode($phone, $code) { - return $this->success('验证成功'); + //return $this->success('验证成功'); if (!$this->checksafecode($phone, $code)) { return $this->error('验证码错误'); } else {