获取用户ip地址信息

This commit is contained in:
2024-12-04 08:41:43 +08:00
parent f748d78cf7
commit 73fef0b850

View File

@@ -113,7 +113,7 @@ if (!function_exists('get_device_type')) {
}
$deviceInfo['ip'] = get_client_ip();
$deviceInfo['ip_address'] = cc_get_ip_lookup();
// $deviceInfo['ip_address'] = cc_get_ip_lookup();
return $deviceInfo;
}