对内运营台用法。勿写入下载页或用户 CTA。
| 页面 | /admin(旧 /ops 会跳转至此) |
| 登录 | 账号 + 密码 → 会话约 7 天 |
| API | api.noctis.world/api/ops/* |
凭证由部署侧配置。登录若长期失败,联系部署负责人检查 Ops 账号是否已写入环境,勿在用户群公开排查细节。
| 模块 | 做什么 |
|---|---|
| 片库换链 | 搜标题 → 替换 playUrl / clip;用户刷新即生效,免重打安装包 |
| 提交片源 | kind / shelf / creatorType / 授权引用 / 上架与解锁 |
| 审前队列 | pending → 通过 / 驳回;通过可进 works |
| 封禁 | 按钱包地址封 |
| 收件箱 | 举报 + 被拍摄者移除申请 |
| 挖矿预算 | 只读查看发放池状态 |
cdn.noctis.world/library/…,再贴 https 地址上传要 ops key。没有 token 是 401。网页:/admin 可直接选 mp4。API:POST /api/ops/upload 再 /api/ops/ingest。
curl -sS -X POST https://api.noctis.world/api/ops/ingest \
-H "x-ops-token: $NOCTIS_OPS_TOKEN" \
-H "content-type: application/json" \
-d '{"title":"夜航续集","playUrl":"https://cdn.noctis.world/library/work-ops-demo/master.mp4","publish":true}'
library/{workId}/…