修改hook消息接口问题

This commit is contained in:
hugy 2023-02-01 17:05:12 +08:00
parent 911f87211c
commit a2cfb13217

View File

@ -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"
}
```
响应: