feat(teacher-bff): 添加视口聚合端点 + 修复身份头读取

- 新增 GET /teacher/viewports 聚合 IAM 视口配置
- 修复 controller 从 x-user-id header 读取身份(替代 AuthenticatedRequest)
- 添加 zod + @types/express 依赖
This commit is contained in:
SpecialX
2026-07-09 00:49:24 +08:00
parent a2f0ca26ae
commit b2c2f6e567
4 changed files with 67 additions and 20 deletions

6
pnpm-lock.yaml generated
View File

@@ -488,10 +488,16 @@ importers:
rxjs:
specifier: ^7.8.0
version: 7.8.2
zod:
specifier: ^3.23.0
version: 3.25.76
devDependencies:
'@nestjs/cli':
specifier: ^10.4.0
version: 10.4.9
'@types/express':
specifier: ^4.17.0
version: 4.17.25
'@types/node':
specifier: ^22.0.0
version: 22.20.0