滨州
    滨州
    • (年/月,水厂/区县 )查询用水量
      GET
    • 行政区划,时间 查询用水量
      GET

      (年/月,水厂/区县 )查询用水量

      开发中
      GET
      http://127.0.0.1:9023/consumption/listByCondition
      前端接口地址前要加/zhy-supply
      返回结果会根据ysl(用水量倒叙排列)

      请求参数

      Query 参数
      timeFlag
      string 
      0:本月,1:本年
      可选
      示例值:
      0
      typeFlag
      string 
      0:水厂,1:区县
      可选
      示例值:
      1

      示例代码

      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://127.0.0.1:9023/consumption/listByCondition?timeFlag=0&typeFlag=1'

      返回响应

      🟢200成功
      application/json
      Body
      msg
      string 
      必需
      code
      integer 
      必需
      data
      array [object {12}] 
      必需
      createBy
      null 
      必需
      createTime
      null 
      必需
      updateBy
      null 
      必需
      updateTime
      null 
      必需
      remark
      null 
      必需
      id
      null 
      必需
      plantCode
      null 
      水厂编码
      必需
      date
      null 
      必需
      ysl
      integer 
      此行政区划或水厂用水量
      必需
      plantName
      null 
      水厂名称
      必需
      xzqh
      string 
      行政区划名称
      必需
      regionCode
      string 
      行政区划编码
      必需
      示例
      {
          "msg": "string",
          "code": 0,
          "data": [
              {
                  "createBy": null,
                  "createTime": null,
                  "updateBy": null,
                  "updateTime": null,
                  "remark": null,
                  "id": null,
                  "plantCode": null,
                  "date": null,
                  "ysl": 0,
                  "plantName": null,
                  "xzqh": "string",
                  "regionCode": "string"
              }
          ]
      }
      修改于 2025-06-27 07:56:29
      下一页
      行政区划,时间 查询用水量
      Built with