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