Standard API
API服务运行中
可用端点:
- POST /api/auth/login - 管理员登录
- GET /api/standards - 获取标准列表
- POST /api/standards - 创建标准
- POST /api/standards/batch - 批量创建标准
- GET /api/standards/[id] - 获取标准详情
- PUT /api/standards/[id] - 更新标准
- DELETE /api/standards/[id] - 删除标准
- POST /api/standards/[id]/files - 上传文件
- GET /api/files/[type]/[id]/[filename] - 获取文件
- GET /api/categories - 获取分类列表