简单摸索后可以了使用了。
对于 gocq 需要如下配置:
- http:
disabled: false
host: 127.0.0.1
port: 12345
timeout: 60
middlewares:
<<: *default
post:
- url: 'http://127.0.0.1:55001/OlivOSMsgApi/qq/onebot/gocqhttp'
与之对应的,在 .\conf\account.json
内应该有
{
"id": qq号,
"password": "",
"sdk_type": "onebot",
"platform_type": "qq",
"model_type": "default",
"server": {
"auto": false,
"type": "post",
"host": "http://127.0.0.1",
"port": 12345,
"access_token": "token"
},
"debug": false
}