shish 6 年之前
父節點
當前提交
5e14a23456
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      common/components/rabbitmq/consumer/InformConsumer.php

+ 1 - 1
common/components/rabbitmq/consumer/InformConsumer.php

@@ -25,7 +25,7 @@ class InformConsumer implements ConsumerInterface
 	{
 		$data = unserialize($msg->body);
 		print_r($data);
-		return ConsumerInterface::MSG_ACK;
+//		return ConsumerInterface::MSG_ACK;
 		$userType = $data['userType'];
 		if ($userType == 'user') {
 			$return = InformUserService::consumeInformQueue($data);