跳转到主要内容
GET
/
modules
/
id
/
{mid}
/
icons
/
{icon}
获取模块图标
curl --request GET \
  --url http://{host}:{port}/api/v1/superuser/modules/id/{mid}/icons/{icon} \
  --header 'Authorization: Bearer <token>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://oom-wg.dev/llms.txt

Use this file to discover all available pages before exploring further.

授权

Authorization
string
header
必填

后端管理密码

同时支持 Authorization: Bearer <password>Authorization: <password>

路径参数

mid
string
必填

模块 ID

icon
enum<string>
必填

模块图标类型

可用选项:
module,
action,
webui

响应

模块图标

The response is of type file.

Last modified on June 1, 2026