feat: 添加货币和汇率管理功能
refactor: 重构前端路由和登录逻辑 docs: 更新业务闭环、任务和架构文档 style: 调整代码格式和文件结构 chore: 更新依赖项和配置文件
This commit is contained in:
21
docs/02_Backend/api/00_API_Index.md
Normal file
21
docs/02_Backend/api/00_API_Index.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# API规范索引
|
||||
|
||||
> **模块**: 02_Backend/api - API接口规范
|
||||
> **更新日期**: 2026-03-19
|
||||
|
||||
---
|
||||
|
||||
## API文档列表
|
||||
|
||||
| 文档 | 描述 | 状态 |
|
||||
|------|------|------|
|
||||
| [01_Data_API](01_Data_API.md) | 数据模块API规范 | ✅ |
|
||||
| [02_Finance_API](02_Finance_API.md) | 财务模块API规范 | ✅ |
|
||||
| [03_Order_API](03_Order_API.md) | 订单模块API规范 | ✅ |
|
||||
| [04_Product_API](04_Product_API.md) | 产品模块API规范 | ✅ |
|
||||
|
||||
---
|
||||
|
||||
## 返回上级
|
||||
|
||||
- [后端模块](../00_Backend_Index.md)
|
||||
Reference in New Issue
Block a user