修复错误
This commit is contained in:
parent
275add19fd
commit
c0ef993b99
1 changed files with 2 additions and 2 deletions
|
@ -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` 类型。
|
Loading…
Reference in a new issue