From acc62b0d25b53282901ae05ad4ca53e19182226e Mon Sep 17 00:00:00 2001 From: v-Brocloni Date: Thu, 18 Feb 2021 14:09:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E8=BF=87=E6=9C=9F=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E6=81=A2=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common/library/Auth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/common/library/Auth.php b/application/common/library/Auth.php index 0f36a9c..f7d7bb0 100644 --- a/application/common/library/Auth.php +++ b/application/common/library/Auth.php @@ -20,8 +20,8 @@ class Auth protected $_user = null; protected $_token = ''; //Token默认有效时长 -// protected $keeptime = 2592000; - protected $keeptime = 10; + protected $keeptime = 2592000; + //protected $keeptime = 10; protected $requestUri = ''; protected $rules = []; //默认配置