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

修正 config 文档 http_config 中 post_urls 的格式

This commit is contained in:
XYenon 2020-08-08 20:46:28 +08:00 committed by GitHub
parent dd03efc9c8
commit 92fb69beef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ go-cqhttp 支持导入CQHTTP的配置文件, 具体步骤为:
"enabled": true, "enabled": true,
"host": "0.0.0.0", "host": "0.0.0.0",
"port": 5700, "port": 5700,
"post_urls": [] "post_urls": {"url:port": "secret"}
}, },
"ws_config": { "ws_config": {
"enabled": true, "enabled": true,