feat: add study content readonly endpoints

This commit is contained in:
xiong
2026-07-26 14:21:42 +08:00
parent 97e7819a34
commit 47613b51bd
8 changed files with 727 additions and 3 deletions

View File

@@ -246,10 +246,10 @@ dotnet ef migrations script \
建议下一批迁移顺序:
```text
Vocabulary / Handbook 只读 API
-> 词汇单元 / 单词 / 知识手册
Assets / Video 只读 API
-> 内容资源 / 图片 / 视频解析
Operations Content 只读 API
-> 横幅 / FAQ / 公告
```
## 当前状态
@@ -261,5 +261,6 @@ Assets / Video 只读 API
- Catalog 基础只读 API 已建立:地区、地区模块、模块节点、院校、专业、科目、题目分类。
- Content Navigation 只读 API 已建立:内容入口、内容节点、题集、题集题目、练习蓝图。
- Question Bank 只读 API 已建立:题库列表、题目列表、题目详情、题目版本。
- 当前模型测试、认证服务测试、API 认证/租户闭环测试、Catalog / Content Navigation / Question Bank 只读测试通过
- Vocabulary / Handbook 只读 API 已建立:词汇单元、词汇单词、知识手册科目、章节、条目
- 当前模型测试、认证服务测试、API 认证/租户闭环测试、Catalog / Content Navigation / Question Bank / Study Content 只读测试通过。
- 下一步重点是继续把题库、内容、导入、订单等业务 API 接入这套安全轨道,而不是重新散写权限判断。