Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
limitcool committed Jun 15, 2022
1 parent ba10691 commit 4fdf830
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@

```json
{
"Key": "xxxxx", //在mirai-api-http中设置的密钥
"host": "127.0.0.1", //mirai-api-http中设置的地址(若设置成0.0.0.0,请填写127.0.0.1)
"port": "8080", //mirai-api-http中设置的端口
"qq": "xxx", //在mirai登陆的QQ号
"session": "xxx" //无需修改
"Key": "xxxxx", // 在mirai-api-http中设置的密钥,若使用singleMode也不需要校验,设置为""即可
"host": "127.0.0.1", // mirai-api-http中设置的地址(若设置成0.0.0.0,请填写127.0.0.1)
"port": "8080", // mirai-api-http中设置的端口
"qq": "xxx", // 在mirai登陆的QQ号
"session": "xxx" // 无需修改
}
```

Expand Down

0 comments on commit 4fdf830

Please sign in to comment.