修改监管平台token过期问题1

This commit is contained in:
wucongxing8150 2024-03-14 15:33:39 +08:00
parent aaf854e046
commit 9b9e937c8b

View File

@ -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){