生态环境态势分析


根据园区序号查询园区详细信息

<h5>简要描述</h5> <ul> <li>根据固定源编码查询评分详情</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://192.168.202.53:8080/shencai-environmentanalysis-web/service/env/risk/management/riskSourceScore/queryQuotaDetail</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST、GET</li> </ul> <h5>参数</h5> <pre><code> { "ticket": "testTicket", "objCode": "HGYQ18", "scoreType": "P" }</code></pre> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">ticket</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>用户认证</td> </tr> <tr> <td style="text-align: left;">objCode</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>固定源编码</td> </tr> <tr> <td style="text-align: left;">scoreType</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>评分类型(园区为P.)</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> { "data": { "PBRS": { "name": "园区基础风险评分", "code": "PBRS", "score": 16.00, "isPoints": 1, "weight": 20, "calculation": null }, "PERSH": { "name": "园区内企业安全隐患整改率", "code": "PERSH", "score": 0.00, "isPoints": 1, "weight": 5, "calculation": null }, "PDSSP": { "name": "污水处理厂排放达标率", "code": "PDSSP", "score": 0.00, "isPoints": 1, "weight": 5, "calculation": null }, "PESRP": { "name": "园区空气站超达标率", "code": "PESRP", "score": 0.00, "isPoints": 1, "weight": 5, "calculation": null }, "PHEP": { "name": "园区是否有应急预案", "code": "PHEP", "score": 0.00, "isPoints": 1, "weight": 5, "calculation": null }, "PIEE": { "name": "园区是否进行应急演习", "code": "PIEE", "score": 0.00, "isPoints": 1, "weight": 5, "calculation": null }, "PEMPR": { "name": "园区是否有应急物资库和专业救援队伍", "code": "PEMPR", "score": 0.00, "isPoints": 1, "weight": 5, "calculation": null }, "PTHGA": { "name": "是否建设有毒有害气体报警", "code": "PTHGA", "score": 0.00, "isPoints": 1, "weight": 5, "calculation": null }, "PAN": { "name": "有效报警数", "code": "PAN", "score": 0.00, "isPoints": 1, "weight": 5, "calculation": null }, "PMDE": { "name": "园区内企业自动监控数据有效率", "code": "PMDE", "score": 0.00, "isPoints": 1, "weight": 5, "calculation": null }, "PMDC": { "name": "园区内企业自动监控数据达标率", "code": "PMDC", "score": 0.00, "isPoints": 1, "weight": 5, "calculation": null }, "PIWFM": { "name": "园区内企业是否纳入固废或危废平台管理", "code": "PIWFM", "score": 5.00, "isPoints": 1, "weight": 5, "calculation": null }, "PEWOY": { "name": "园区内企业固废超一年库存", "code": "PEWOY", "score": 0.00, "isPoints": 1, "weight": 5, "calculation": null }, "PCVPI": { "name": "园区被生态环境保护督察信访记录", "code": "PCVPI", "score": 0.50, "isPoints": 1, "weight": 5, "calculation": null }, "PRPOE": { "name": "园区被重复信访记录", "code": "PRPOE", "score": 0.25, "isPoints": 1, "weight": 5, "calculation": null }, "PPRVC": { "name": "园区内企业环境违法案件处罚率", "code": "PPRVC", "score": 0.00, "isPoints": 1, "weight": 5, "calculation": null }, "PPOVC": { "name": "园区内企业其他违法案件处罚率", "code": "PPOVC", "score": 0.00, "isPoints": 1, "weight": 5, "calculation": null }, "PMECE": { "name": "园区内企业造成较大及以上环境事件", "code": "PMECE", "score": 0.00, "isPoints": 1, "weight": 10, "calculation": null }, "PMNCE": { "name": "园区内企业造成一般突发生态环境事件", "code": "PMNCE", "score": 0.00, "isPoints": 1, "weight": 5, "calculation": null } }, "info": null, "status": "1", "useTime": 0.0 } </code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">name</td> <td style="text-align: left;">string</td> <td>指标名称</td> </tr> <tr> <td style="text-align: left;">code</td> <td style="text-align: left;">string</td> <td>指标编码</td> </tr> <tr> <td style="text-align: left;">score</td> <td style="text-align: left;">number</td> <td>指标分值</td> </tr> <tr> <td style="text-align: left;">isPoints</td> <td style="text-align: left;">int</td> <td>是否加分(0-否,1-是)</td> </tr> <tr> <td style="text-align: left;">weight</td> <td style="text-align: left;">number</td> <td>权重(百分比)</td> </tr> <tr> <td style="text-align: left;">calculation</td> <td style="text-align: left;">string</td> <td>计算公式</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML