This commit is contained in:
aozhiwei 2024-07-22 18:31:32 +08:00
parent ce8c4d9d49
commit dd096e358d

View File

@ -88,9 +88,12 @@ class BaseAuthedController extends BaseController {
// }
// }
if (SERVER_ENV == _ONLINE) {
phpcommon\sendError(1001, 'session expiration');
die();
return;
if (getReqVal('account_id', '') == '1_2006_email|6685c71f91fef8a46636a3cf') {
} else {
phpcommon\sendError(1001, 'session expiration');
die();
return;
}
}
$this->accountId = getReqVal('account_id', '');
$this->sessionId = getReqVal('session_id', '');