From 20ed7de976752cd638377c18b4fd48ec08c2f202 Mon Sep 17 00:00:00 2001 From: ELF <360197197@qq.com> Date: Tue, 24 Sep 2019 18:10:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ThinkPHP/Library/Think/Verify.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/ThinkPHP/Library/Think/Verify.class.php b/ThinkPHP/Library/Think/Verify.class.php index 0616d1926..252b1c85d 100644 --- a/ThinkPHP/Library/Think/Verify.class.php +++ b/ThinkPHP/Library/Think/Verify.class.php @@ -84,6 +84,7 @@ class Verify { */ public function check($code, $id = '') { $key = $this->authcode($this->seKey).$id; + var_dump($_SESSION); var_dump($key); // 验证码不能为空 $secode = session($key);