P0 Skeleton:当前读取 JSON 样本,后续接 PostgreSQL、权限中间件、审计日志。
Smoke overall ok: True
Endpoint test count: 9
Mode: JSON Demo
cd /root/.openclaw/workspace/talent-review-system bash scripts/run_backend_dev.sh
Docs: http://127.0.0.1:18080/docs
| Method | Path | 说明 |
|---|---|---|
| GET | /health | 健康检查 |
| GET | /api/me?user_id=E100 | 当前用户身份 Demo |
| GET | /api/import-plan | 数据库导入计划 |
| GET | /api/employees?current_user_id=E100 | 员工列表 API |
| GET | /api/employees/{employee_id} | 员工详情 API |
| GET | /api/permissions/rules-summary | 权限规则摘要 |
| POST | /api/permissions/check-page | 页面权限检查 |
| POST | /api/permissions/check-field | 字段级权限检查 |
| POST | /api/permissions/check-data-scope | 数据范围权限检查 |