From b1003d65fc84352e137124e5b9d50e9a2c4d2336 Mon Sep 17 00:00:00 2001 From: huangguancheng Date: Mon, 13 Jan 2025 17:04:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=BF=E5=91=8A=E8=B4=A6=E5=8F=B7=E7=BB=91?= =?UTF-8?q?=E5=AE=9A=E5=8D=B3=E6=97=B6=E5=90=8C=E6=AD=A5=E8=B4=A6=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/service/GoogleOAuthService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/service/GoogleOAuthService.php b/app/service/GoogleOAuthService.php index 54f2f7e..dea1a3c 100644 --- a/app/service/GoogleOAuthService.php +++ b/app/service/GoogleOAuthService.php @@ -316,7 +316,7 @@ class GoogleOAuthService // $options = ['to' => 'tom@gmail.com', 'content' => 'hello']; // 投递消息 // Redis::send($queue, $options['data']); - QueueClient::send($queue, $options,10); //异步投递 延后15秒 + QueueClient::send($queue, $options); //异步投递 延后15秒 // 投递延迟消息,消息会在60秒后处理 // Redis::send($queue, $options['data'], 60);