|
@@ -13,35 +13,35 @@ service dtgateway {
|
|
@doc "查询working uf信息"
|
|
@doc "查询working uf信息"
|
|
@handler WorkingUf
|
|
@handler WorkingUf
|
|
get /working-uf/info (DcWorkingReq) returns (CommonResponse)
|
|
get /working-uf/info (DcWorkingReq) returns (CommonResponse)
|
|
-
|
|
|
|
|
|
+
|
|
@doc "查询working ro信息"
|
|
@doc "查询working ro信息"
|
|
@handler WorkingRo
|
|
@handler WorkingRo
|
|
get /working-ro/info (DcWorkingReq) returns (CommonResponse)
|
|
get /working-ro/info (DcWorkingReq) returns (CommonResponse)
|
|
-
|
|
|
|
|
|
+
|
|
@doc "查询working chest信息"
|
|
@doc "查询working chest信息"
|
|
@handler WorkingChest
|
|
@handler WorkingChest
|
|
get /working-chest/info (DcWorkingReq) returns (CommonResponse)
|
|
get /working-chest/info (DcWorkingReq) returns (CommonResponse)
|
|
-
|
|
|
|
|
|
+
|
|
@doc "查询working pump信息"
|
|
@doc "查询working pump信息"
|
|
@handler WorkingPump
|
|
@handler WorkingPump
|
|
get /working-pump/info (DcWorkingReq) returns (CommonResponse)
|
|
get /working-pump/info (DcWorkingReq) returns (CommonResponse)
|
|
-
|
|
|
|
|
|
+
|
|
@doc "查询working valve信息"
|
|
@doc "查询working valve信息"
|
|
@handler WorkingValve
|
|
@handler WorkingValve
|
|
get /working-valve/info (DcWorkingReq) returns (CommonResponse)
|
|
get /working-valve/info (DcWorkingReq) returns (CommonResponse)
|
|
-
|
|
|
|
|
|
+
|
|
@doc "秒级单点数据批量入库"
|
|
@doc "秒级单点数据批量入库"
|
|
@handler ItemHistoryDataMultiAdd
|
|
@handler ItemHistoryDataMultiAdd
|
|
post /item-history/multi-add (MultiAddItemHistoryDataReq) returns (CommonResponse)
|
|
post /item-history/multi-add (MultiAddItemHistoryDataReq) returns (CommonResponse)
|
|
-
|
|
|
|
|
|
+
|
|
@doc "点位历史数据查询"
|
|
@doc "点位历史数据查询"
|
|
@handler ItemHistoryDataList
|
|
@handler ItemHistoryDataList
|
|
get /item-history/list (ItemHistoryDataListReq) returns (CommonResponse)
|
|
get /item-history/list (ItemHistoryDataListReq) returns (CommonResponse)
|
|
-
|
|
|
|
|
|
+
|
|
@doc "按时间点位历史数据查询"
|
|
@doc "按时间点位历史数据查询"
|
|
@handler ItemHistoryDataInfo
|
|
@handler ItemHistoryDataInfo
|
|
get /item-history/info (ItemHistoryDataByTimeReq) returns (CommonResponse)
|
|
get /item-history/info (ItemHistoryDataByTimeReq) returns (CommonResponse)
|
|
-
|
|
|
|
|
|
+
|
|
@doc "按时间点位历史数据最大值最小值查询"
|
|
@doc "按时间点位历史数据最大值最小值查询"
|
|
@handler ItemHistoryDataMaxMin
|
|
@handler ItemHistoryDataMaxMin
|
|
get /item-history/max-min (ItemHistoryDataMaxMinByTimeReq) returns (CommonResponse)
|
|
get /item-history/max-min (ItemHistoryDataMaxMinByTimeReq) returns (CommonResponse)
|