Ver código fonte

关闭打印

shish 8 meses atrás
pai
commit
5bc4475687
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      common/components/rabbitmq/notifyConsumer.php

+ 1 - 1
common/components/rabbitmq/notifyConsumer.php

@@ -37,7 +37,7 @@ class notifyConsumer implements ConsumerInterface
                 noticeUtil::push("通知的消费者报错:Invalid notify message format: {$msg->body}", '15280215347');
                 return ConsumerInterface::MSG_REJECT;
             }
-            print_r($data);
+            //print_r($data);
             // 根据通知类型分发处理
             $type = $data['type'] ?? null;
             switch ($type) {