1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-05 03:23:49 +08:00

更新心跳服务间隔文档

This commit is contained in:
QianjuNakasumi 2020-08-27 23:20:45 +08:00
parent 11592c4483
commit 41614b9d16

View File

@ -65,7 +65,7 @@ go-cqhttp 支持导入CQHTTP的配置文件, 具体步骤为:
| post_message_format | string | 上报信息类型 |
| ignore_invalid_cqcode| bool | 是否忽略错误的CQ码 |
| force_fragmented | bool | 是否强制分片发送群长消息 |
| heartbeat_interval | int64 | 心跳间隔时间单位秒若0则关闭心跳
| heartbeat_interval | int64 | 心跳间隔时间单位秒若0则关闭心跳 |
| http_config | object | HTTP API配置 |
| ws_config | object | Websocket API 配置 |
| ws_reverse_servers | object[] | 反向 Websocket API 配置 |