mirror of
https://github.com/ttttupup/wxhelper.git
synced 2024-11-05 18:09:24 +08:00
doc: update
This commit is contained in:
parent
6d254c5f82
commit
5e04ddfcd2
@ -303,7 +303,10 @@
|
|||||||
|参数|必选|类型|说明|
|
|参数|必选|类型|说明|
|
||||||
|---|---|---|---|
|
|---|---|---|---|
|
||||||
|port |true |string| 本地服务端端口,用来接收消息内容 |
|
|port |true |string| 本地服务端端口,用来接收消息内容 |
|
||||||
|ip |true |string| 服务端ip地址,用来接收消息内容,可以是任意ip,即tcp客户端连接的服务端的ip (3.8.1.26版本)|
|
|ip |true |string| 服务端ip地址,用来接收消息内容,可以是任意ip,即tcp客户端连接的服务端的ip |
|
||||||
|
|url |true |string| http的请求地址,enableHttp=1时,不能为空 |
|
||||||
|
|timeout |true |string| 超时时间,单位ms|
|
||||||
|
|enableHttp |true |number| 0/1 :1.启用http 0.不启用http|
|
||||||
|
|
||||||
###### 返回字段
|
###### 返回字段
|
||||||
|返回字段|字段类型|说明 |
|
|返回字段|字段类型|说明 |
|
||||||
@ -317,7 +320,10 @@
|
|||||||
``` javascript
|
``` javascript
|
||||||
{
|
{
|
||||||
"port": "19099"
|
"port": "19099"
|
||||||
"ip":"127.0.0.1"
|
"ip":"127.0.0.1",
|
||||||
|
"url":"http://test.com",
|
||||||
|
"timeout":"3000",
|
||||||
|
"enableHttp":1
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
响应:
|
响应:
|
||||||
|
@ -299,7 +299,7 @@ enableHttp=0时,使用ip,port的tcp服务回传消息。
|
|||||||
|参数|必选|类型|说明|
|
|参数|必选|类型|说明|
|
||||||
|---|---|---|---|
|
|---|---|---|---|
|
||||||
|port |true |string| 本地服务端端口,用来接收消息内容 |
|
|port |true |string| 本地服务端端口,用来接收消息内容 |
|
||||||
|ip |true |string| 服务端ip地址,用来接收消息内容,可以是任意ip,即tcp客户端连接的服务端的ip (3.8.1.26版本)|
|
|ip |true |string| 服务端ip地址,用来接收消息内容,可以是任意ip,即tcp客户端连接的服务端的ip |
|
||||||
|url |true |string| http的请求地址,enableHttp=1时,不能为空 |
|
|url |true |string| http的请求地址,enableHttp=1时,不能为空 |
|
||||||
|timeout |true |string| 超时时间,单位ms|
|
|timeout |true |string| 超时时间,单位ms|
|
||||||
|enableHttp |true |number| 0/1 :1.启用http 0.不启用http|
|
|enableHttp |true |number| 0/1 :1.启用http 0.不启用http|
|
||||||
@ -316,7 +316,10 @@ enableHttp=0时,使用ip,port的tcp服务回传消息。
|
|||||||
``` javascript
|
``` javascript
|
||||||
{
|
{
|
||||||
"port": "19099"
|
"port": "19099"
|
||||||
"ip":"127.0.0.1"
|
"ip":"127.0.0.1",
|
||||||
|
"url":"http://test.com",
|
||||||
|
"timeout":"3000",
|
||||||
|
"enableHttp":1,
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
响应:
|
响应:
|
||||||
|
Loading…
Reference in New Issue
Block a user