文档
测试

类别产生量、处置量、累计存储量统计

POST
https://sun.sunshine.xin/weihuapin/outapi/wfTypeDataStat

接口描述

类别统计

请求参数

参数名
类型
描述
必填
streetId
街道id
必填
sshbs
所属环保所id
必填
curYear
年份2020
必填
curMonth
月份2020-08
必填
beginTime
开始时间 2020-08-01 格式必须为 yyyy-MM-dd
必填
endTime
结束时间2020-10-10 格式必须为 yyyy-MM-dd
必填
qyId
企业id
必填
ssjd
所属街道id
必填
sfzdqy
是否重点企业
必填
hylxCode
行业类型的code
必填

响应参数

参数名
类型
描述
必填
preTotalLjccl
上年、月、开始时间前的累计存储量
必填
totalCsl
总产生量
必填
totalCzl
总处置量
必填
totalLjccl
总存储量(年末、月末、endTime)
必填
wfType
危废一级代码
必填
wfmc
危废二级名称
必填

说明 / 示例

post body: {"curYear": 2020} curMonth: {"curYear":"2020-08"} body: {"beginTime": "2020-08-01", "endTime": "2020-10-01"} 返回 { "msg": "success", "code": 0, "page": { "currPage": 1, "list": [ { "preTotalLjccl": "0.0", "totalCsl": 6067.35, "totalCzl": 6067.35, "totalLjccl": "0.0", "wfType": "HW18", "wfmc": "焚烧处置残渣" }, { "preTotalLjccl": "5.0", "totalCsl": 1885.52, "totalCzl": 1885.52, "totalLjccl": "0.0", "wfType": "HW34", "wfmc": "废酸" }, { "preTotalLjccl": "0.0", "totalCsl": 1739.66, "totalCzl": 1739.66, "totalLjccl": "0.0", "wfType": "HW48", "wfmc": "有色金属冶炼废物" }, { "preTotalLjccl": "87.032", "totalCsl": 327.5005, "totalCzl": 272.04, "totalLjccl": "85.0795", "wfType": "HW17", "wfmc": "表面处理废物" }, { "preTotalLjccl": "29.8801", "totalCsl": 107.37604, "totalCzl": 103.36, "totalLjccl": "43.10564", "wfType": "HW08", "wfmc": "废矿物油与含矿物油废物" }, { "preTotalLjccl": "19.09981", "totalCsl": 38.28456, "totalCzl": 29.83, "totalLjccl": "32.75917", "wfType": "HW49", "wfmc": "其他废物" }, { "preTotalLjccl": "0.6705", "totalCsl": 17.92504, "totalCzl": 0.28, "totalLjccl": "18.49704", "wfType": "HW12", "wfmc": "染料、涂料废物" }, { "preTotalLjccl": "0.0", "totalCsl": 4.826, "totalCzl": 0.0, "totalLjccl": "5.836", "wfType": "HW13", "wfmc": "有机树脂类废物" }, { "preTotalLjccl": "24.382", "totalCsl": 3.26177, "totalCzl": 0.18, "totalLjccl": "5.37777", "wfType": "HW16", "wfmc": "感光材料废物" }, { "preTotalLjccl": "4.335", "totalCsl": 1.921, "totalCzl": 1.47, "totalLjccl": "0.451", "wfType": "HW09", "wfmc": "油/水、烃/水混合物或乳化液" } ], "pageSize": 10, "totalCount": 11, "totalPage": 2 } }