From 13107526fe01eb9450c9851a31b56b6324be9fc2 Mon Sep 17 00:00:00 2001 From: huangguancheng Date: Mon, 10 Feb 2025 17:04:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/event/GoogleAdsAssetRelations.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/event/GoogleAdsAssetRelations.php b/app/event/GoogleAdsAssetRelations.php index da9da6d..c8ac136 100644 --- a/app/event/GoogleAdsAssetRelations.php +++ b/app/event/GoogleAdsAssetRelations.php @@ -31,6 +31,7 @@ class GoogleAdsAssetRelations $queue = self::queue; $video_queue = self::video_queue; $customers = $this->googleOAuthService->getGoogleAdCustomers($options); +// dump($customers); foreach ($customers as $customer) { if ($customer['login_customer_id'] > 0) { Redis::send($queue, $customer,rand(5,15));