Commit bfed39a6 by mushishixian

fx

parent 32cbf26b
Showing with 0 additions and 1 deletions
......@@ -44,7 +44,6 @@ class SupplierAccountService
$msg = new AMQPMessage($body,
['content_type' => 'text/plain', 'delivery_mode' => AMQPMessage::DELIVERY_MODE_PERSISTENT]);
$result = $channel->basic_publish($msg, '', 'yunxin_supplier_add');
dd($body);
$channel->close();
$conn->close();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment