修复错误

This commit is contained in:
liyp 2024-04-06 17:16:57 +08:00
parent 275add19fd
commit c0ef993b99

View file

@ -17,7 +17,7 @@
- url: http://0.0.0.0:5580 # 地址
```
- 配置事件过滤规则
```jaon
```json
{
"message_type": "group",
"raw_message":{
@ -29,5 +29,5 @@
- 自定义配置
修改项目目录下的 `config.toml` 文件,`APIURL` 配置为 `go-cqhttp``post` 配置的 `url` 地址。
`POSTURL` 配置为 `go-cqhttp``http` 配置的 `address` 地址。
`POSTURL` 配置为 `go-cqhttp``http` 配置的 `address` 地址,需要加协议前缀 `http://`
后面的 [Group] 按需求配置,注意里面的群名要加双引号,因为程序里读取的是 `string` 类型。