Files
TJWaterServerBinary/.github/skills/business/project-workspace/misc/SKILL.md
T
2026-03-27 13:05:22 +08:00

32 lines
922 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.
---
name: api-operations-business-project-workspace-misc
description: business/project-workspace 场景下 misc 操作接口。
version: 1.0.0
---
# 何时使用
当你只需要处理 **misc** 相关接口时,使用本技能。
# 输入要求
- 可选:`BASE_URL`(默认 `http://127.0.0.1:8000`
- 可选:`AUTH_TOKEN`(按环境鉴权策略)
- 覆盖方法:`GET`, `POST`
# 操作列表
- `GET /api/v1/getallburstlocateresults/` - 获取所有爆管定位结果
- `GET /api/v1/getallsensorplacements/` - 获取所有传感器位置
- `GET /api/v1/getjson/` - 获取JSON示例
- `GET /api/v1/getrealtimedata/` - 获取实时数据
- `GET /api/v1/getsimulationresult/` - 获取模拟结果
- `POST /api/v1/test_dict/` - 测试字典处理
# See Also
- 关联场景: `../`
- 关联总览: `../../../SKILL.md`
- 关联网络资产: `../network-assets`
- 关联时序数据: `../../data/timeseries-access`