From ab15b37b9fbf07089901ec287bd04e5412f3360f Mon Sep 17 00:00:00 2001 From: wanyongkang <937888580@qq.com> Date: Thu, 3 Dec 2020 02:21:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/controller/Verify.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/api/controller/Verify.php b/app/api/controller/Verify.php index 239ec68..de8b064 100644 --- a/app/api/controller/Verify.php +++ b/app/api/controller/Verify.php @@ -18,6 +18,7 @@ class Verify if ($verify->getOne(['code' => $browser_code])) { result(); } else { + result(); result([],'false'); } }