@@ -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) {