shish 8 месяцев назад
Родитель
Сommit
3c7078f5ea
1 измененных файлов с 1 добавлено и 0 удалено
  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');
                 return ConsumerInterface::MSG_REJECT;
             }
+            print_r($data);
             // 根据通知类型分发处理
             $type = $data['type'] ?? null;
             switch ($type) {