文档
测试

年度综合指标接口

POST
http://localhost:8011/requestRecordInfo/api/indexquery/dataAll

接口描述

年度综合指标接口

请求参数

参数名
类型
描述
必填
area_type
int
0为盘锦全市,1为双台子区
必填

响应参数

参数名
类型
描述
必填
code
int
示例:0
必填
data
String
数据字典
必填
msg
String
示例:ok
必填
errno
String
示例:0
必填
data
Json
示例:json
必填
msg
String
示例:操作成功
必填

说明 / 示例

{ "code": 0, "data": { "msg": "ok", "errno": "0", "data": { "results": [ { "pjIndex": "0.637" }, { "carbon_emissions": "3161.05" }, { "carbon_intensity": "2.430" }, { "carbon_sink": [ { "forest": "1.85" }, { "meadow": "1.88" }, { "wetland": "25.15" }, { "other": "71.13" } ] }, { "production_capacity": "1629" }, { "nonfossil_energy": [ { "clean": "0.43" }, { "coal": "91.07" }, { "oil": "3.55" }, { "gas": "4.95" } ] }, { "area_intensity": [ { "stz": "1.743" }, { "xlt": "1.648" }, { "ps": "6.298" }, { "dw": "5.727" } ] }, { "gdp_energy": "0.979" }, { "gdp_emissions": "2.425" }, { "gdp_Strategic": "0.04189" }, { "public_transport": "0.36" }, { "green_building": "0.753" }, { "industrial_solid_wastes": "0.264" }, { "olid_wastes_ute": "0.7604" }, { "city_manager": "2" }, { "city_carbon_digital": "0" } ] } }, "msg": "操作成功" }