From ec69bc1d0a4ff639b43e488fe58e241ff42869b4 Mon Sep 17 00:00:00 2001 From: huangguancheng Date: Mon, 17 Feb 2025 21:32:26 +0800 Subject: [PATCH] =?UTF-8?q?googleAds=E5=B9=BF=E5=91=8A=E8=B4=A6=E5=8F=B7-?= =?UTF-8?q?=E6=8E=88=E6=9D=83-=E7=BB=91=E5=AE=9A-=E6=BF=80=E6=B4=BB?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E6=9B=B4=E6=96=B0=20fixed2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/event/GoogleAdsCustomers.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/event/GoogleAdsCustomers.php b/app/event/GoogleAdsCustomers.php index 9258e64..d874dd1 100644 --- a/app/event/GoogleAdsCustomers.php +++ b/app/event/GoogleAdsCustomers.php @@ -95,6 +95,10 @@ class GoogleAdsCustomers //添加某个root广告账号的全部层级账号 public function addRootCustomersNew($options) { + if (!$options) { + dump('not found new third user'); + return; + } $refresh_token = $options['refresh_token']; $access_token = $options['access_token']; $merchant_id = $options['merchant_id'];