This commit is contained in:
2025-10-30 09:16:34 +08:00
parent c5fab07c23
commit aee35c6d1c
4 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ use Webman\RedisQueue\Redis;
try {
// 生日有礼
define('AMQP_DEBUG', true);
// define('AMQP_DEBUG', true);
$host = config('cons.mq.host');
$port = config('cons.mq.port');
$user = config('cons.mq.user');