From f644932afb84bb5b75d7c70fff814f5760efecec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Wed, 8 May 2024 18:17:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=98=E5=AE=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/taobao/controller/Index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/taobao/controller/Index.php b/app/taobao/controller/Index.php index f32b811..99b2cee 100644 --- a/app/taobao/controller/Index.php +++ b/app/taobao/controller/Index.php @@ -100,7 +100,7 @@ class Index $data['Wx'] = ''; $data['QQ'] = ''; $data['LastLoginDate'] = date('Y-m-d H:i:s',time()); - $data['Password'] = empty($data['Password'])?cToMd5('123468455'):cToMd5(trim($data['Password'])); + $data['Password'] = empty($data['Password'])?cToMd5('123654'):cToMd5(trim($data['Password'])); $user_model = new UserModel; unset($data['code']); @@ -187,7 +187,7 @@ class Index $data = [ 'Code'=>10000 ]; - + $date1 = date('Y-m-d H:i:s'); $date2 = date('Y-m-d H:i:s',(30*86400 + time()));