@koishijs/plugin-adapter-qq 
QQ (official robot) adapter.
接入方法 
机器人选项 
config.id 
- 类型: 
string 
机器人 id。
config.key 
- 类型: 
string 
机器人密钥,管理端又称呼为 secret。
config.token 
- 类型: 
string 
机器人 token。
config.type 
- 类型: 
'private' | 'public' 
是否为公域机器人。
config.sandbox 
- 类型: 
boolean - 默认值: 
true 
是否开启沙盒。
config.endpoint 
- 类型: 
string - 默认值: 
'https://api.sgroup.qq.com/' 
要请求的 API 网址。
config.authType 
- 类型: 
'bot' | 'bearer' - 默认值: 
'bot' 
验证方式。
 Koishi