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'];