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

@@ -9,7 +9,7 @@ use support\think\Db;
use support\Log;
try {
define('AMQP_DEBUG', true);
// define('AMQP_DEBUG', true);
$host = config('cons.mq.host');
$port = config('cons.mq.port');
$user = config('cons.mq.user');