rabb
This commit is contained in:
@@ -87,6 +87,10 @@ class ApplySmsTemp extends Command
|
||||
}else {
|
||||
Log::info('MQ收到消息[申请新短信模版/营销短信发送/微信模版消息]格式错误');
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
$msg->delivery_info['channel']->basic_ack($msg->delivery_info['delivery_tag']);
|
||||
};
|
||||
$rabbit_channel->basic_consume($queue, '', false, false, false, false, $callback);
|
||||
|
||||
Reference in New Issue
Block a user