- 基础信息(gromis_basic_db)
- 区域服务
- 水库信息查询
- 水库信息
- 大坝信息
- 溢洪道信息
- 泄洪洞信息
- 用户关联水库
- 文件资料
- 引调水基础信息
- 通航建筑物信息
- 过鱼建筑物信息
- 生态流量设施信息
- 泵站基础信息
- 防洪效益信息
- 灌溉效益信息
- 工业园区供水效益
- 供水水厂效益信息
- 发电效益信息
- 生态景观效益信息
- 其他效益信息
- 渠(沟)道基础信息
- 大坝监测设施情况
- 水库运行管理情况
- 库(湖)容曲线表
- 库(湖)容曲线核查表
- 放空建筑物信息
- 地图图斑
- 任务信息
- 水库基础信息核查资料收集清单
- 水库公用文件
- 水雨情测站设施情况
- 调查任务通知信息
- 任务审核日志
- 数据填报操作
- 统计服务
- 任务变更记录
- 基础业务(gromis_business_db)
- 监测数据(gromis_monitoring_db)
- 系统管理(gromis_sys_db)
- 四预模块(gromis_fp_db)
- 工程部位目录
- 工程部位评估表
- 预警统计表
- 点位预警表
- 预演方案
- 预警评估
- 安全监测
- 大坝安全分析
- 模型接口 V0 (设计院)
- 模型接口 V1 (设计院)
- API服务提供
- 模型调度
- 备份
获取预警统计
开发中
开发环境
http://192.168.11.46:13000
开发环境
http://192.168.11.46:13000
GET
/fp/fpWarningStatistics/fpWarningStatisticsByYear
请求参数
Query 参数
resCode
string
水库编码
year
string
预警年
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://192.168.11.46:13000/fp/fpWarningStatistics/fpWarningStatisticsByYear?resCode&year'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
null
必需
total
null
必需
data
object
必需
createBy
null
必需
createByName
null
必需
createTime
null
必需
updateBy
null
必需
updateByName
null
必需
updateTime
null
必需
warningItems
integer
预警条目
pending
integer
待处理
processed
integer
已处理
closed
integer
已结束
statisticsYear
null
必需
statisticsMonth
null
必需
reservoirCode
null
必需
示例
{
"code": 200,
"msg": null,
"total": null,
"data": {
"createBy": null,
"createByName": null,
"createTime": null,
"updateBy": null,
"updateByName": null,
"updateTime": null,
"warningItems": 0,
"pending": 0,
"processed": 0,
"closed": 0,
"statisticsYear": null,
"statisticsMonth": null,
"reservoirCode": null
}
}