pipeline_dist/README.md

22 lines
429 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# pipeline_dist
产线分发模块 —— 管理分发商Distributor及其授权的产线关联。
## 功能
- **分发商管理**分发商注册、API Key 生成
- **产线授权**:将产线授权给指定分发商
## 数据表
| 表 | 说明 |
|---|------|
| distributors | 分发商信息 |
| distributor_pipeline | 分发商-产线授权关联 |
## 安装
```bash
cd pkgs/pipeline_dist && pip install .
```