This commit is contained in:
huangguancheng 2025-02-10 17:04:19 +08:00
parent c00e9cae9e
commit 13107526fe

View File

@ -31,6 +31,7 @@ class GoogleAdsAssetRelations
$queue = self::queue; $queue = self::queue;
$video_queue = self::video_queue; $video_queue = self::video_queue;
$customers = $this->googleOAuthService->getGoogleAdCustomers($options); $customers = $this->googleOAuthService->getGoogleAdCustomers($options);
// dump($customers);
foreach ($customers as $customer) { foreach ($customers as $customer) {
if ($customer['login_customer_id'] > 0) { if ($customer['login_customer_id'] > 0) {
Redis::send($queue, $customer,rand(5,15)); Redis::send($queue, $customer,rand(5,15));