This commit is contained in:
aozhiwei 2022-11-23 17:49:17 +08:00
parent f4e6e9d063
commit 50fffc70ed

View File

@ -59,6 +59,10 @@ class BaseAuthedController extends BaseController {
die(); die();
} }
} }
/*if (myself()->_getAccountId() == '6513_2006_DamQi5nhRX4iDiloUbbx5XN36syWTJvC') {
phpcommon\sendError(1003, 'session expiration');
die();
}*/
} }
protected function updateSession($accountId, $sessionId) protected function updateSession($accountId, $sessionId)