true-->false

This commit is contained in:
ASUS 2025-10-27 09:37:43 +08:00
parent 7bf3e380f6
commit 3dcdc0d9fc
4 changed files with 5 additions and 5 deletions

View File

@ -59,8 +59,8 @@ class ApplySmsTemp extends Command
60,
60,
null,
// true,
// 30
false,
15
);
$rabbit_channel = $connection->channel();
$rabbit_channel->queue_declare($queue, false, true, false, false, false, [

View File

@ -54,7 +54,7 @@ class BirthdayGiftSms extends Command
60,
60,
null,
true,
false,
30
);
$rabbit_channel = $connection->channel();

View File

@ -53,7 +53,7 @@ class RabbOrderPrint extends Command
60,
60,
null,
true,
false,
30
);
$rabbit_channel = $connection->channel();

View File

@ -50,7 +50,7 @@ class RabbProductUpdate extends Command
60,
60,
null,
true,
false,
30
);
$rabbit_channel = $connection->channel();