This commit is contained in:
aozhiwei 2024-08-23 23:06:03 +08:00
commit 57724a4c4b

View File

@ -96,11 +96,12 @@ class BaseAuthedController extends BaseController {
// }
$this->accountId = getReqVal('account_id', '');
$this->sessionId = getReqVal('session_id', '');
/*
if ($this->_getAccountId() == '1_2006_google-oauth2|102579762412391374191') {
phpcommon\sendError(1001, 'session expiration');
die();
return;
}
}*/
if (SERVER_ENV == _ONLINE) {
$sessionTime = $this->_getSessionTime();
if ($sessionTime < 1724049880) {