diff --git a/webapp/services/LogService.php b/webapp/services/LogService.php index 64c78032..db70be2f 100644 --- a/webapp/services/LogService.php +++ b/webapp/services/LogService.php @@ -38,7 +38,7 @@ class LogService extends BaseService $data = [ "#account_id" => myself()->_getAccountId(), "#event_name"=> $eventName, - "#ip"=> phpcomon\getIPv4(), + "#ip"=> phpcommon\getIPv4(), "#controller"=> getReqVal('c', ''), "#action"=> getReqVal('a', ''), "#time"=> myself()->_getNowTime(),