Skip to content

API 参考

本节提供 luo9_bot 的 API 参考文档。

目录

快速参考

WebUI API

端点方法功能
/api/statusGET运行状态
/api/pluginsGET插件列表
/api/plugins/uploadPOST上传插件
/api/plugins/{name}DELETE删除插件
/api/plugins/{name}/enablePOST启用插件
/api/plugins/{name}/disablePOST禁用插件
/api/plugins/{name}/reloadPOST热重载插件
/api/logsGET获取日志
/api/configGET/PUT获取/更新配置

事件类型

PostType说明
message消息事件
notice通知事件
request请求事件
meta_event元事件

基于 GPLv3 许可发布