From a2cfb132170ebca7ed37fed33df3588ccbde09c7 Mon Sep 17 00:00:00 2001 From: hugy <504650082@qq.com> Date: Wed, 1 Feb 2023 17:05:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9hook=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 375e288..d90b36c 100644 --- a/README.md +++ b/README.md @@ -289,7 +289,7 @@ vcpkg |参数|必选|类型|说明| |---|---|---|---| |port |ture |string| 本地服务端端口,用来接收消息内容 | - +|ip |ture |string| 服务端ip地址,用来接收消息内容,可以是任意ip,即tcp客户端连接的服务端的ip (3.8.1.26版本)| ###### 返回字段 |返回字段|字段类型|说明 | @@ -303,6 +303,7 @@ vcpkg ``` javascript { "port": "19099" + "ip":"127.0.0.1" } ``` 响应: