进一步完成

This commit is contained in:
2025-10-15 19:30:38 +08:00
parent c957a1ba2b
commit 348a990f88
13 changed files with 547 additions and 53 deletions

View File

@@ -59,7 +59,7 @@ class BirthdayGiftSms extends Command
);
$rabbit_channel = $connection->channel();
$rabbit_channel->queue_declare($queue, false, true, false, false, false, [
'x-message-ttl' => ['I', 180000]
// 'x-message-ttl' => ['I', 180000]
]);
$callback = function ($msg) use ($queue){