From 9b9e937c8b477033c82dffbdc7be9aff997e1d8c Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Thu, 14 Mar 2024 15:33:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9B=91=E7=AE=A1=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0token=E8=BF=87=E6=9C=9F=E9=97=AE=E9=A2=981?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/RegulatoryPlatform/regulatoryPlatform.php | 1 + 1 file changed, 1 insertion(+) diff --git a/extend/RegulatoryPlatform/regulatoryPlatform.php b/extend/RegulatoryPlatform/regulatoryPlatform.php index e442155..952bfa9 100644 --- a/extend/RegulatoryPlatform/regulatoryPlatform.php +++ b/extend/RegulatoryPlatform/regulatoryPlatform.php @@ -80,6 +80,7 @@ class regulatoryPlatform throw new BusinessException(HttpEnumCode::getMessage(HttpEnumCode::SERVER_ERROR)); } + // 默认为6天 $expires_in = 60 * 60 * 24 * 6; if (!empty($data['expiresIn'])) { if ($data['expiresIn'] > 100){