This commit is contained in:
aozhiwei 2024-08-08 13:26:42 +08:00
parent b7115a2236
commit 6e592e1640

View File

@ -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(),