This commit is contained in:
aozhiwei 2022-11-24 19:55:39 +08:00
parent d9becafaaa
commit a34da39f73

View File

@ -72,14 +72,14 @@ class BaseAuthedController extends BaseController {
die(); die();
} }
} }
if (SERVER_ENV == _ONLINE) { /*if (SERVER_ENV == _ONLINE) {
if (phpcommon\cmpVersion(getReqVal('_version', ''), '0.2.0') > 0) { if (phpcommon\cmpVersion(getReqVal('_version', ''), '0.2.0') > 0) {
if (!$this->isWhiteList() || myself()->_getChannel() != BC_CHANNEL) { if (!$this->isWhiteList() || myself()->_getChannel() != BC_CHANNEL) {
phpcommon\sendError(1002, ''); phpcommon\sendError(1002, '');
die(); die();
} }
} }
} }*/
} }
protected function updateSession($accountId, $sessionId) protected function updateSession($accountId, $sessionId)