shish 8 달 전
부모
커밋
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) {