From 56c137fa86d77fac79b3c273977340e70c8ff31a Mon Sep 17 00:00:00 2001 From: Dai Date: Thu, 8 Aug 2024 17:22:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BF=87token=E6=9C=9F?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E4=B8=BA30=E5=A4=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/plugin/tinywan/jwt/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/plugin/tinywan/jwt/app.php b/config/plugin/tinywan/jwt/app.php index bf0a4f0..43edbeb 100644 --- a/config/plugin/tinywan/jwt/app.php +++ b/config/plugin/tinywan/jwt/app.php @@ -10,7 +10,7 @@ return [ 'access_secret_key' => '2022d3d3LmJq', /** access令牌过期时间,单位:秒。默认 2 小时 */ - 'access_exp' => 720000, + 'access_exp' => 2592000, /** refresh令牌秘钥 */ 'refresh_secret_key' => '2024KTxigxc54qwec',