mirror of
https://github.com/ttttupup/wxhelper.git
synced 2024-11-05 18:09:24 +08:00
修改hook消息接口问题
This commit is contained in:
parent
911f87211c
commit
a2cfb13217
@ -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"
|
||||
}
|
||||
```
|
||||
响应:
|
||||
|
Loading…
Reference in New Issue
Block a user