diff options
| author | shihaoyue <[email protected]> | 2024-09-01 16:37:37 +0800 |
|---|---|---|
| committer | shihaoyue <[email protected]> | 2024-09-01 16:37:37 +0800 |
| commit | 673ab18156a7d322e4ef537e1418c6752b6293a2 (patch) | |
| tree | b158b8a0e16e48deded8347912a0096db8cc76d3 /server | |
| parent | 678a846b252f690a11460823b2857ab64c30f591 (diff) | |
update doc
Diffstat (limited to 'server')
| -rw-r--r-- | server/apps/sysinfo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/apps/sysinfo.py b/server/apps/sysinfo.py index 0c9f7cb..deb92cd 100644 --- a/server/apps/sysinfo.py +++ b/server/apps/sysinfo.py @@ -74,7 +74,7 @@ def systate(): }} -# 随时间的不同协议服务数量变化接口 +# 查询一周内每天不同探测目标的数量 @bp.get("/num/date") @bp.doc("仪表盘柱状图数据获取接口", "查询一周内每天不同探测目标的数量") @bp.output({ |
