From 60833aa6ffb53d9322062c523e03a6a2549f0d80 Mon Sep 17 00:00:00 2001 From: zhenhui <1276357500@qq.com> Date: Wed, 25 Mar 2026 17:35:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9plugin.webman.channel.server?= =?UTF-8?q?=E7=AB=AF=E5=8F=A3=E5=8F=B7=E4=B8=BA2207?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/config/plugin/webman/channel/process.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config/plugin/webman/channel/process.php b/server/config/plugin/webman/channel/process.php index 921e21e..c9a7d24 100644 --- a/server/config/plugin/webman/channel/process.php +++ b/server/config/plugin/webman/channel/process.php @@ -18,7 +18,7 @@ use Workerman\Protocols\Frame; return [ 'server' => [ - 'listen' => 'frame://0.0.0.0:2206', + 'listen' => 'frame://0.0.0.0:2207', 'protocol' => Frame::class, 'handler' => Server::class, 'reloadable' => false,