优化
This commit is contained in:
@@ -44,8 +44,8 @@
|
||||
| 域 | 端点 | 文件 |
|
||||
|---|---|---|
|
||||
| 上传 | `/api/upload` | upload_router.py |
|
||||
| 批量分析 | `/api/batch-upload`、`/api/batch/{batch_id}` | batch_router.py |
|
||||
| 任务状态 | `/api/status/{task_id}` | task_router.py |
|
||||
| 批量分析 | `/api/batch-upload`、`/api/batch/{batch_id}`(聚合状态以 PG 为准;响应含 `current_step`;他人批次 403、不存在 404) | batch_router.py |
|
||||
| 任务状态 | `/api/status/{task_id}`(需登录;仅任务所有者可访问,他人/无主任务 403,不存在 404) | task_router.py |
|
||||
| 历史结果 | `/api/history`、`/api/history/{filename}` | history_router.py |
|
||||
| CAM | `/api/cam/plan` | cam_router.py |
|
||||
| 铝价(模拟数据) | `/api/aluminum-price/current`、`/api/aluminum-price/history` | aluminum_price_routes.py |
|
||||
|
||||
Reference in New Issue
Block a user