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

      行政区划,时间 查询用水量

      开发中
      GET
      http://127.0.0.1:9023/consumption/plantlistByCondition
      用水量都是月数据,前端在时间范围选择时,选到月就好,传时间值2025-01-01 00:00:00这个格式,返回数据中根据ysl倒叙排列

      请求参数

      Query 参数

      请求示例代码

      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/plantlistByCondition?xzqh=371623000000&beginTime=2025-01-01 00:00:00&endTime=2025-07-29 23:59:59'

      返回响应

      🟢200成功
      application/json
      Body

      示例
      {
          "msg": "string",
          "code": 0,
          "data": [
              {
                  "createBy": null,
                  "createTime": null,
                  "updateBy": null,
                  "updateTime": null,
                  "remark": null,
                  "id": null,
                  "plantCode": "string",
                  "date": null,
                  "ysl": 0,
                  "plantName": "string",
                  "xzqh": null,
                  "regionCode": null
              }
          ]
      }
      修改于 2025-06-27 08:10:25
      上一页
      (年/月,水厂/区县 )查询用水量
      Built with