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->accountId = getReqVal('account_id', '');
$this->sessionId = getReqVal('session_id', ''); $this->sessionId = getReqVal('session_id', '');
/*
if ($this->_getAccountId() == '1_2006_google-oauth2|102579762412391374191') { if ($this->_getAccountId() == '1_2006_google-oauth2|102579762412391374191') {
phpcommon\sendError(1001, 'session expiration'); phpcommon\sendError(1001, 'session expiration');
die(); die();
return; return;
} }*/
if (SERVER_ENV == _ONLINE) { if (SERVER_ENV == _ONLINE) {
$sessionTime = $this->_getSessionTime(); $sessionTime = $this->_getSessionTime();
if ($sessionTime < 1724049880) { if ($sessionTime < 1724049880) {