Skip to content
This repository was archived by the owner on Aug 2, 2020. It is now read-only.

Commit 892e6ce

Browse files
committed
Update docs
1 parent b8c7f0f commit 892e6ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/3.2/Configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ secret=kP9yK2lrGxoymmpo
4343
| `use_ws` | `no` | 是否开启 WebSocket 服务器,可用于调用 API 和推送事件,见 [通信方式的第二种](/CommunicationMethods#插件作为-websocket-服务端) |
4444
| `ws_reverse_api_url` || 反向 WebSocket API 地址 |
4545
| `ws_reverse_event_url` || 反向 WebSocket 事件上报地址 |
46+
| `ws_reverse_reconnect_interval` | `3000` | (v3.2.3 新增)反向 WebSocket 客户端断线重连间隔,单位毫秒 |
4647
| `use_ws_reverse` | `no` | 是否使用反向 WebSocket 服务,即插件作为 WebSocket 客户端主动连接指定的 API 和事件上报地址,见 [通信方式的第三种](/CommunicationMethods#插件作为-websocket-客户端(反向-websocket)) |
4748
| `post_url` || 消息和事件的上报地址,通过 POST 方式请求,数据以 JSON 格式发送 |
4849
| `access_token` || API 访问 token,如果不为空,则会在接收到请求时验证 `Authorization` 请求头是否为 `Token xxxxxxxx``xxxxxxxx` 为 access token |

0 commit comments

Comments
 (0)