广告账号绑定即时同步账号

This commit is contained in:
huangguancheng 2025-01-13 17:04:02 +08:00
parent ed937585db
commit b1003d65fc

View File

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