yumoqing 9eccd08ffd feat: pipeline-app独立产线后端服务
3个业务模块:
- pipeline_core: 产线定义(pipelines/steps/versions)
- pipeline_ops: 运营(定价/供应量/使用记录)
- pipeline_dist: 分销(分销商/独立定价/API密钥)

- ahserver独立部署(端口9090)
- 独立数据库pipeline
- 80个文件, 符合module/db-table/crud三规范
2026-06-11 14:49:02 +08:00

29 lines
575 B
JSON

{
"appcodes": {
"pricing_type": {
"per_call": "按次计费",
"per_token": "按Token计费",
"subscription": "订阅制"
},
"pricing_status": {
"active": "生效中",
"expired": "已过期",
"pending": "待生效"
},
"capacity_status": {
"active": "正常",
"paused": "已暂停",
"exhausted": "已耗尽"
},
"usage_status": {
"success": "成功",
"failed": "失败",
"timeout": "超时"
},
"currency": {
"CNY": "人民币",
"USD": "美元"
}
}
}