跳转到主要内容
GET
/
packages
获取软件包 UID 总数与授权隐藏数量
curl --request GET \
  --url http://{host}:{port}/api/v1/superuser/packages \
  --header 'Authorization: Bearer <token>'
{
  "total": 1,
  "grant": 1,
  "hide": 1
}

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>

响应

软件包 UID 总数与授权隐藏数量

total
integer
必填
必填范围: x >= 0
grant
integer
必填
必填范围: x >= 0
hide
integer
必填
必填范围: x >= 0
Last modified on June 1, 2026