@@ -27,6 +27,10 @@ class AddAgreementPdf extends Command
protected function execute(Input $input, Output $output)
{
+ while (true) {
+ echo date('Y-m-d H:i:s') . PHP_EOL;
+ }
+ return false;
$mq_config = Config::get('mq');
// 连接到RabbitMQ服务
$connection = new AMQPStreamConnection($mq_config['host'], $mq_config['port'], $mq_config['username'], $mq_config['password'], $mq_config['vhost']);