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

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

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