This commit is contained in:
aozhiwei 2024-08-08 11:56:45 +08:00
parent 8276a8aa7d
commit 728465f9b5

View File

@ -240,7 +240,7 @@ class BaseController {
public function _addLogEx($accountId, $type, $subtype, $params) public function _addLogEx($accountId, $type, $subtype, $params)
{ {
myself()->_addLogEx($accountId, $type, $subtype, $params); myself()->_callServiceStatic('LogService', 'addGameLogEx', $accountId, $type, $subtype, $params);
} }
public function _getAccountIdByAddress($address) public function _getAccountIdByAddress($address)