minor fix on skill & registry

This commit is contained in:
Xuwznln
2026-03-22 03:36:28 +08:00
parent 23c2e3b2f7
commit 427afe83d4
2 changed files with 4 additions and 18 deletions

View File

@@ -182,11 +182,12 @@ API 模板结构:
- ak/sk → AUTH, --addr → BASE URL
## Session State
- lab_uuid, device_name
- lab_uuid(通过 API #1 自动匹配,不要问用户), device_name
## API Endpoints (10 个)
# 注意:
# - #1 获取 lab 列表需加 ?page=1&page_size=100
# - #1 获取 lab 列表 + 自动匹配 lab_uuid遍历 is_admin 的 lab
# 调用 /lab/info/{uuid} 比对 access_key == ak
# - #2 创建工作流用 POST /lab/workflow
# - #10 获取资源树路径含 lab_uuid: /lab/material/download/{lab_uuid}