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