1
This commit is contained in:
parent
060452eb0c
commit
6691da13ef
@ -38,7 +38,7 @@ class LogService extends BaseService
|
||||
$data = [
|
||||
"#account_id" => myself()->_getAccountId(),
|
||||
"#event_name"=> $eventName,
|
||||
"#ip"=> $_SERVER['REMOTE_ADDR'],
|
||||
"#ip"=> phpcomon\getIPv4(),
|
||||
"#controller"=> getReqVal('c', ''),
|
||||
"#action"=> getReqVal('a', ''),
|
||||
"#time"=> myself()->_getNowTime(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user