From 8630b53f8d5ec0596300ca1ae4e29a05e200e169 Mon Sep 17 00:00:00 2001 From: zyimm Date: Sun, 9 Jul 2023 19:00:29 +0800 Subject: [PATCH] =?UTF-8?q?doc:=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fec4dad..592ae5d 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ return [ 'host' => env('mq_host', 'http://192.168.21.170:8085'), //mq地址 'callback_host' => env('mq_callback_host', 'http://192.168.21.170:8085'),//回调host 'callback' => '/rocketmq/producer/notify',//回调地址默认不做修改 + //订阅节点 'subscribe' => [ ]