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);