Files
TJWaterServerBinary/.github/skills/business/component-config/quality/SKILL.md
T
2026-03-27 13:05:22 +08:00

51 lines
1.9 KiB
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.
---
name: api-operations-business-component-config-quality
description: business/component-config 场景下 quality 操作接口。
version: 1.0.0
---
# 何时使用
当你只需要处理 **quality** 相关接口时,使用本技能。
# 输入要求
- 可选:`BASE_URL`(默认 `http://127.0.0.1:8000`
- 可选:`AUTH_TOKEN`(按环境鉴权策略)
- 覆盖方法:`GET`, `POST`
# 操作列表
- `POST /api/v1/addmixing/` - 添加混合
- `POST /api/v1/addsource/` - 添加水源
- `POST /api/v1/deletemixing/` - 删除混合
- `POST /api/v1/deletesource/` - 删除水源
- `GET /api/v1/getemitterproperties/` - 获取发射器属性
- `GET /api/v1/getemitterschema` - 获取发射器架构
- `GET /api/v1/getmixing/` - 获取混合属性
- `GET /api/v1/getmixingschema/` - 获取混合架构
- `GET /api/v1/getpipereaction/` - 获取管道反应属性
- `GET /api/v1/getpipereactionschema/` - 获取管道反应架构
- `GET /api/v1/getqualityproperties/` - 获取水质属性
- `GET /api/v1/getqualityschema/` - 获取水质架构
- `GET /api/v1/getreaction/` - 获取反应属性
- `GET /api/v1/getreactionschema/` - 获取反应架构
- `GET /api/v1/getsource/` - 获取水源属性
- `GET /api/v1/getsourcechema/` - 获取水源架构
- `GET /api/v1/gettankreaction/` - 获取水池反应属性
- `GET /api/v1/gettankreactionschema/` - 获取水池反应架构
- `POST /api/v1/setemitterproperties/` - 设置发射器属性
- `POST /api/v1/setmixing/` - 设置混合属性
- `POST /api/v1/setpipereaction/` - 设置管道反应属性
- `POST /api/v1/setqualityproperties/` - 设置水质属性
- `POST /api/v1/setreaction/` - 设置反应属性
- `POST /api/v1/setsource/` - 设置水源属性
- `POST /api/v1/settankreaction/` - 设置水池反应属性
# See Also
- 关联场景: `../`
- 关联总览: `../../../SKILL.md`
- 关联网络资产: `../network-assets`
- 关联仿真分析: `../../analytics/simulation-analysis`