修改监管平台token过期问题1
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user