From 4d353a2155fc18f168a010d1b0db270af1eb9990 Mon Sep 17 00:00:00 2001 From: lingling <1077478963@qq.com> Date: Sun, 9 Mar 2025 12:19:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=9C=A8=20Facebook=20=E7=B1=BB?= =?UTF-8?q?=E4=B8=AD=E6=B7=BB=E5=8A=A0=20Lead=20=E4=BA=8B=E4=BB=B6?= =?UTF-8?q?=E5=A4=84=E7=90=86=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Utils/API/Facebook.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Utils/API/Facebook.php b/app/Utils/API/Facebook.php index 305bb65..af8417d 100644 --- a/app/Utils/API/Facebook.php +++ b/app/Utils/API/Facebook.php @@ -112,6 +112,7 @@ class Facebook match ($type) { 1 => self::PageView($access_token, $pixel_id, $client_ip), 2 => self::CompleteRegistration($access_token, $pixel_id, $client_ip), + 3 => self::Lead($access_token, $pixel_id, $client_ip), default => error_log("Invalid event type: " . $type), }; }