1
This commit is contained in:
parent
8276a8aa7d
commit
728465f9b5
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user