This commit is contained in:
aozhiwei 2024-07-22 18:31:47 +08:00
commit 1b8dc147ee

View File

@ -88,10 +88,13 @@ class BaseAuthedController extends BaseController {
// }
// }
if (SERVER_ENV == _ONLINE) {
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', '');
if (SERVER_ENV != _DEBUG) {