From 6ffd3de128d7c481827004c1c98beab9fcee3888 Mon Sep 17 00:00:00 2001 From: yulingwei <2436953959@qq.com> Date: Wed, 22 Jul 2020 09:34:24 +0800 Subject: [PATCH] upt --- Application/Home/Controller/SafeController.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Application/Home/Controller/SafeController.class.php b/Application/Home/Controller/SafeController.class.php index 4320a5ec9..567c98767 100644 --- a/Application/Home/Controller/SafeController.class.php +++ b/Application/Home/Controller/SafeController.class.php @@ -115,7 +115,6 @@ class SafeController extends BaseController{ public function ajaxVerifyCode($phone, $code) { - return $this->success('验证成功'); if (!$this->checksafecode($phone, $code)) { return $this->error('验证码错误'); } else {