# 分布式光伏综合大屏接口文档
Base URLs:
# Authentication
# Default
# GET 查询分布式光伏推演方案列表
GET /inferscheme/findSchemeNameList
# 请求参数
| 名称 | 位置 | 类型 | 必选 | 说明 |
|---|---|---|---|---|
| inferType | query | string | 否 | 推演类型 |
| area | query | string | 否 | 地区编码 |
| climateType | query | string | 否 | 气候气象类型 |
返回示例
成功
{
"code": 200,
"msg": null,
"data": [
{
"id": "1798558951000932379",
"code": "RgjOTR3XXgREF3Q5tqOu",
"name": "河北分布式光伏推演方案",
"area": "0",
"inferType": 2,
"climateType": 0,
"triggerType": 1,
"triggerRate": "",
"triggerTime": "",
"algorithmId": 4,
"tradeCode": "1",
"startTime": "2024-06",
"endTime": "2024-09",
"status": 0,
"isDel": 0,
"sort": null,
"createTime": "2024-06-11 15:23:11",
"updateTime": "2024-06-11T15:23:11",
"schemeFactors": null
}
]
}
# 返回结果
| 状态码 | 状态码含义 | 说明 | 数据模型 |
|---|---|---|---|
| 200 | OK (opens new window) | 成功 | Inline |
# 返回数据结构
状态码 200
| 名称 | 类型 | 必选 | 约束 | 中文名 | 说明 |
|---|---|---|---|---|---|
| » code | integer | true | none | none | |
| » msg | null | true | none | none | |
| » data | [object] | true | none | none | |
| »» id | string | true | none | none | |
| »» code | string | true | none | 方案编码 | none |
| »» name | string | true | none | 方案名称 | none |
| »» area | string | true | none | 地区编码 | none |
| »» inferType | integer | true | none | 推演类型 | none |
| »» climateType | integer | true | none | 气候类型 | none |
| »» triggerType | integer | true | none | 触发类型 | none |
| »» triggerRate | string | true | none | 触发间隔 | none |
| »» triggerTime | string | true | none | 触发时间 | none |
| »» algorithmId | integer | true | none | 算法模型id | none |
| »» tradeCode | string | true | none | 行业编码 | none |
| »» startTime | string | true | none | none | |
| »» endTime | string | true | none | none | |
| »» status | integer | true | none | none | |
| »» isDel | integer | true | none | none | |
| »» sort | null | true | none | none | |
| »» createTime | string | true | none | none | |
| »» updateTime | string | true | none | none | |
| »» schemeFactors | null | true | none | none |
# GET 根据推演类型查询影响因素
GET /influencingfactor/findInfluencingFactor
# 请求参数
| 名称 | 位置 | 类型 | 必选 | 说明 |
|---|---|---|---|---|
| inferType | query | string | 否 | 推演场景 |
返回示例
成功
{
"code": 200,
"msg": null,
"data": {
"1": [
{
"id": "1797597557359456258",
"code": "F10005",
"name": "光伏组件价格(元/kw)",
"type": "1",
"inferType": "2",
"dataType": "3",
"value": "0.8",
"area": "100000",
"trade": null,
"parentId": null,
"isDel": 0,
"createTime": "2024-06-03 19:53:50",
"updateTime": "2024-06-07 18:13:42",
"childFactorList": [],
"influencingFactorSubs": [
{
"id": "1800764911610126337",
"valueType": null,
"startValue": "0",
"endValue": "2",
"step": "",
"label": null,
"value": "0",
"unit": null,
"factorId": "1797597557359456258",
"autoSubParam": null,
"autoSubParams": null
}
]
},
{
"id": "1797602057340137473",
"code": "F10001",
"name": "政府推动力度",
"type": "1",
"inferType": "2",
"dataType": "4",
"value": "",
"area": "",
"trade": null,
"parentId": null,
"isDel": 0,
"createTime": "2024-06-03 20:11:43",
"updateTime": null,
"childFactorList": [],
"influencingFactorSubs": [
{
"id": "1797602057671487489",
"valueType": null,
"startValue": null,
"endValue": null,
"step": null,
"label": "非常积极",
"value": "1",
"unit": null,
"factorId": "1797602057340137473",
"autoSubParam": null,
"autoSubParams": null
},
{
"id": "1797602057671487490",
"valueType": null,
"startValue": null,
"endValue": null,
"step": null,
"label": "积极",
"value": "2",
"unit": null,
"factorId": "1797602057340137473",
"autoSubParam": null,
"autoSubParams": null
},
{
"id": "1797602057671487491",
"valueType": null,
"startValue": null,
"endValue": null,
"step": null,
"label": "一般",
"value": "3",
"unit": null,
"factorId": "1797602057340137473",
"autoSubParam": null,
"autoSubParams": null
},
{
"id": "1797602057675681794",
"valueType": null,
"startValue": null,
"endValue": null,
"step": null,
"label": "消极",
"value": "4",
"unit": null,
"factorId": "1797602057340137473",
"autoSubParam": null,
"autoSubParams": null
}
]
},
{
"id": "1797602334231310337",
"code": "F10002",
"name": "电网安全压力",
"type": "1",
"inferType": "2",
"dataType": "4",
"value": "",
"area": "",
"trade": null,
"parentId": null,
"isDel": 0,
"createTime": "2024-06-03 20:12:49",
"updateTime": null,
"childFactorList": [],
"influencingFactorSubs": [
{
"id": "1797602334621380610",
"valueType": null,
"startValue": null,
"endValue": null,
"step": null,
"label": "宽松",
"value": "1",
"unit": null,
"factorId": "1797602334231310337",
"autoSubParam": null,
"autoSubParams": null
},
{
"id": "1797602334621380611",
"valueType": null,
"startValue": null,
"endValue": null,
"step": null,
"label": "一般",
"value": "2",
"unit": null,
"factorId": "1797602334231310337",
"autoSubParam": null,
"autoSubParams": null
},
{
"id": "1797602334621380612",
"valueType": null,
"startValue": null,
"endValue": null,
"step": null,
"label": "紧张",
"value": "3",
"unit": null,
"factorId": "1797602334231310337",
"autoSubParam": null,
"autoSubParams": null
},
{
"id": "1797602334633963522",
"valueType": null,
"startValue": null,
"endValue": null,
"step": null,
"label": "急迫",
"value": "4",
"unit": null,
"factorId": "1797602334231310337",
"autoSubParam": null,
"autoSubParams": null
}
]
},
{
"id": "1797602732123959298",
"code": "F10004",
"name": "配网投资年增长率(%)",
"type": "1",
"inferType": "2",
"dataType": "5",
"value": "10",
"area": "",
"trade": null,
"parentId": null,
"isDel": 0,
"createTime": "2024-06-03 20:14:24",
"updateTime": "2024-06-03 20:17:32",
"childFactorList": [],
"influencingFactorSubs": [
{
"id": "1800765340830031874",
"valueType": null,
"startValue": "0",
"endValue": "100",
"step": "0",
"label": null,
"value": "0",
"unit": null,
"factorId": "1797602732123959298",
"autoSubParam": null,
"autoSubParams": null
}
]
},
{
"id": "1797604057964425217",
"code": "F10003",
"name": "经济发展增速(%)",
"type": "1",
"inferType": "2",
"dataType": "5",
"value": "5",
"area": "",
"trade": null,
"parentId": null,
"isDel": 0,
"createTime": "2024-06-03 20:19:40",
"updateTime": "2024-06-07 18:13:00",
"childFactorList": [],
"influencingFactorSubs": [
{
"id": "1800765403039948802",
"valueType": null,
"startValue": "0",
"endValue": "100",
"step": "0",
"label": null,
"value": "0",
"unit": null,
"factorId": "1797604057964425217",
"autoSubParam": null,
"autoSubParams": null
}
]
}
],
"2": [
{
"id": "1797604700871536641",
"code": "F20001",
"name": "气候现象",
"type": "2",
"inferType": "2",
"dataType": "4",
"value": "0",
"area": "",
"trade": null,
"parentId": null,
"isDel": 0,
"createTime": "2024-06-03 20:22:13",
"updateTime": "2024-06-12 14:16:18",
"childFactorList": [],
"influencingFactorSubs": [
{
"id": "1800774104782102530",
"valueType": null,
"startValue": null,
"endValue": null,
"step": null,
"label": "无",
"value": "1",
"unit": null,
"factorId": "1797604700871536641",
"autoSubParam": null,
"autoSubParams": null
},
{
"id": "1800774104782102531",
"valueType": null,
"startValue": null,
"endValue": null,
"step": null,
"label": "厄尔尼诺",
"value": "2",
"unit": null,
"factorId": "1797604700871536641",
"autoSubParam": null,
"autoSubParams": null
},
{
"id": "1800774104782102532",
"valueType": null,
"startValue": null,
"endValue": null,
"step": null,
"label": "拉尼娜",
"value": "3",
"unit": null,
"factorId": "1797604700871536641",
"autoSubParam": null,
"autoSubParams": null
}
]
},
{
"id": "1797605346920181761",
"code": "F20003",
"name": "台风效应",
"type": "2",
"inferType": "2",
"dataType": "6",
"value": "0",
"area": "",
"trade": null,
"parentId": null,
"isDel": 0,
"createTime": "2024-06-03 20:24:47",
"updateTime": "2024-06-05 09:45:09",
"childFactorList": [
{
"id": "1798169102704107521",
"code": "F20004",
"name": "台风级别",
"type": "2",
"inferType": "2",
"dataType": "4",
"value": "",
"area": "",
"trade": null,
"parentId": 1797605346920181800,
"isDel": 0,
"createTime": "2024-06-05 09:44:57",
"updateTime": "2024-06-12 13:44:04",
"childFactorList": null,
"influencingFactorSubs": [
{
"id": "1798169102737661954",
"valueType": null,
"startValue": null,
"endValue": null,
"step": null,
"label": "热带低压",
"value": "1",
"unit": null,
"factorId": "1798169102704107521",
"autoSubParam": null,
"autoSubParams": null
},
{
"id": "1798169102746050561",
"valueType": null,
"startValue": null,
"endValue": null,
"step": null,
"label": "热带风暴",
"value": "2",
"unit": null,
"factorId": "1798169102704107521",
"autoSubParam": null,
"autoSubParams": null
},
{
"id": "1798169102746050562",
"valueType": null,
"startValue": null,
"endValue": null,
"step": null,
"label": "强热带风暴",
"value": "3",
"unit": null,
"factorId": "1798169102704107521",
"autoSubParam": null,
"autoSubParams": null
},
{
"id": "1800765994344538114",
"valueType": null,
"startValue": null,
"endValue": null,
"step": null,
"label": "台风",
"value": "4",
"unit": null,
"factorId": "1798169102704107521",
"autoSubParam": null,
"autoSubParams": null
},
{
"id": "1800765994344538115",
"valueType": null,
"startValue": null,
"endValue": null,
"step": null,
"label": "强台风",
"value": "5",
"unit": null,
"factorId": "1798169102704107521",
"autoSubParam": null,
"autoSubParams": null
},
{
"id": "1800765994344538116",
"valueType": null,
"startValue": null,
"endValue": null,
"step": null,
"label": "超强台风",
"value": "6",
"unit": null,
"factorId": "1798169102704107521",
"autoSubParam": null,
"autoSubParams": null
}
]
},
{
"id": "1798970824213102594",
"code": "lVMPkc2RspUzF3rugYfr",
"name": "台风起止日期",
"type": "2",
"inferType": "2",
"dataType": "8",
"value": "",
"area": "",
"trade": null,
"parentId": 1797605346920181800,
"isDel": 0,
"createTime": "2024-06-07 14:50:42",
"updateTime": "2024-06-07 17:37:08",
"childFactorList": null,
"influencingFactorSubs": [
{
"id": "1798970824330543105",
"valueType": null,
"startValue": null,
"endValue": null,
"step": null,
"label": null,
"value": null,
"unit": null,
"factorId": "1798970824213102594",
"autoSubParam": "[{\"name\":\"开始时间\",\"key\":\"\",\"value\":\"2024-06-06\",\"type\":\"7\"},{\"name\":\"结束时间\",\"key\":\"\",\"value\":\"2024-06-07\",\"type\":\"7\"}]",
"autoSubParams": [
{
"name": "开始时间",
"key": "",
"value": "2024-06-06",
"type": "7"
},
{
"name": "结束时间",
"key": "",
"value": "2024-06-07",
"type": "7"
}
]
}
]
}
],
"influencingFactorSubs": [
{
"id": "1797605347373166593",
"valueType": null,
"startValue": null,
"endValue": null,
"step": null,
"label": "是",
"value": "0",
"unit": null,
"factorId": "1797605346920181761",
"autoSubParam": null,
"autoSubParams": null
},
{
"id": "1797605347389943809",
"valueType": null,
"startValue": null,
"endValue": null,
"step": null,
"label": "否",
"value": "1",
"unit": null,
"factorId": "1797605346920181761",
"autoSubParam": null,
"autoSubParams": null
}
]
},
{
"id": "1797606790813528065",
"code": "F20002",
"name": "光伏月利用小时数(h)",
"type": "2",
"inferType": "2",
"dataType": "5",
"value": "100",
"area": "",
"trade": null,
"parentId": null,
"isDel": 0,
"createTime": "2024-06-03 20:30:32",
"updateTime": "2024-06-07 18:12:50",
"childFactorList": [],
"influencingFactorSubs": [
{
"id": "1799022013487218690",
"valueType": null,
"startValue": "0",
"endValue": "300",
"step": "0",
"label": null,
"value": "0",
"unit": null,
"factorId": "1797606790813528065",
"autoSubParam": null,
"autoSubParams": null
}
]
},
{
"id": "1797607086683926530",
"code": "F20005",
"name": "月降雨量(mm)",
"type": "2",
"inferType": "2",
"dataType": "5",
"value": "100",
"area": "",
"trade": null,
"parentId": null,
"isDel": 0,
"createTime": "2024-06-03 20:31:42",
"updateTime": "2024-06-07 18:12:44",
"childFactorList": [],
"influencingFactorSubs": [
{
"id": "1799022036929183745",
"valueType": null,
"startValue": "0",
"endValue": "500",
"step": "0",
"label": null,
"value": "0",
"unit": null,
"factorId": "1797607086683926530",
"autoSubParam": null,
"autoSubParams": null
}
]
}
],
"3": [
{
"id": "1797607319870451713",
"code": "F30001",
"name": "是否发生覆雪事件",
"type": "3",
"inferType": "2",
"dataType": "6",
"value": "1",
"area": "",
"trade": null,
"parentId": null,
"isDel": 0,
"createTime": "2024-06-03 20:32:38",
"updateTime": "2024-06-04 15:39:24",
"childFactorList": [
{
"id": "1797629651762556930",
"code": "F30002",
"name": "覆雪影响日期及覆盖比例",
"type": "3",
"inferType": "2",
"dataType": "8",
"value": "",
"area": "",
"trade": null,
"parentId": 1797607319870451700,
"isDel": 0,
"createTime": "2024-06-03 22:01:22",
"updateTime": "2024-06-04 10:54:43",
"childFactorList": null,
"influencingFactorSubs": [
{
"id": "1797629652253290500",
"valueType": null,
"startValue": null,
"endValue": null,
"step": null,
"label": null,
"value": null,
"unit": null,
"factorId": "1797629651762556930",
"autoSubParam": "[{\"name\":\"时间\",\"key\":\"time\",\"value\":\"2024-06-05\",\"type\":\"7\"},{\"name\":\"文字\",\"key\":\"teext\",\"value\":\"1\",\"type\":\"1\"}]",
"autoSubParams": [
{
"name": "时间",
"key": "time",
"value": "2024-06-05",
"type": "7"
},
{
"name": "文字",
"key": "teext",
"value": "1",
"type": "1"
}
]
}
]
}
],
"influencingFactorSubs": [
{
"id": "1797607320285687800",
"valueType": null,
"startValue": null,
"endValue": null,
"step": null,
"label": "是",
"value": "0",
"unit": null,
"factorId": "1797607319870451713",
"autoSubParam": null,
"autoSubParams": null
},
{
"id": "1797607320289882000",
"valueType": null,
"startValue": null,
"endValue": null,
"step": null,
"label": "否",
"value": "1",
"unit": null,
"factorId": "1797607319870451713",
"autoSubParam": null,
"autoSubParams": null
}
]
},
{
"id": "1797607520307851266",
"code": "F30003",
"name": "是否发生沙尘雾霾事件",
"type": "3",
"inferType": "2",
"dataType": "6",
"value": "0",
"area": "",
"trade": null,
"parentId": null,
"isDel": 0,
"createTime": "2024-06-03 20:33:25",
"updateTime": "2024-06-03 21:31:26",
"childFactorList": [
{
"id": "1797621698884034562",
"code": "F20006",
"name": "风暴级别",
"type": "2",
"inferType": "2",
"dataType": "4",
"value": "",
"area": "",
"trade": null,
"parentId": 1797607520307851300,
"isDel": 0,
"createTime": "2024-06-03 21:29:46",
"updateTime": null,
"childFactorList": null,
"influencingFactorSubs": [
{
"id": "1797621699462848514",
"valueType": null,
"startValue": null,
"endValue": null,
"step": null,
"label": "热带低压",
"value": "1",
"unit": null,
"factorId": "1797621698884034562",
"autoSubParam": null,
"autoSubParams": null
},
{
"id": "1797621699479625729",
"valueType": null,
"startValue": null,
"endValue": null,
"step": null,
"label": "热带风暴",
"value": "2",
"unit": null,
"factorId": "1797621698884034562",
"autoSubParam": null,
"autoSubParams": null
},
{
"id": "1797621699504791554",
"valueType": null,
"startValue": null,
"endValue": null,
"step": null,
"label": "强热带风暴",
"value": "3",
"unit": null,
"factorId": "1797621698884034562",
"autoSubParam": null,
"autoSubParams": null
},
{
"id": "1797621699513180162",
"valueType": null,
"startValue": null,
"endValue": null,
"step": null,
"label": "台风",
"value": "4",
"unit": null,
"factorId": "1797621698884034562",
"autoSubParam": null,
"autoSubParams": null
},
{
"id": "1797621699517374466",
"valueType": null,
"startValue": null,
"endValue": null,
"step": null,
"label": "强台",
"value": "5",
"unit": null,
"factorId": "1797621698884034562",
"autoSubParam": null,
"autoSubParams": null
},
{
"id": "1797621699521568769",
"valueType": null,
"startValue": null,
"endValue": null,
"step": null,
"label": "超强台",
"value": "6",
"unit": null,
"factorId": "1797621698884034562",
"autoSubParam": null,
"autoSubParams": null
}
]
},
{
"id": "1800768545462837250",
"code": "TFWzO3qEB3fe45tYUY95",
"name": "沙尘雾霾影响日期及影响比例",
"type": "3",
"inferType": "2",
"dataType": "8",
"value": "",
"area": "",
"trade": null,
"parentId": 1797607520307851300,
"isDel": 0,
"createTime": "2024-06-12 13:54:13",
"updateTime": "2024-06-12 13:55:24",
"childFactorList": null,
"influencingFactorSubs": [
{
"id": "1800768545525751809",
"valueType": null,
"startValue": null,
"endValue": null,
"step": null,
"label": null,
"value": null,
"unit": null,
"factorId": "1800768545462837250",
"autoSubParam": "[{\"name\":\"时间\",\"key\":\"time\",\"value\":\"2024-06-05\",\"type\":\"7\"},{\"name\":\"文字\",\"key\":\"text\",\"value\":\"10\",\"type\":\"1\"}]",
"autoSubParams": [
{
"name": "时间",
"key": "time",
"value": "2024-06-05",
"type": "7"
},
{
"name": "文字",
"key": "text",
"value": "10",
"type": "1"
}
]
}
]
}
],
"influencingFactorSubs": [
{
"id": "1797607520727281700",
"valueType": null,
"startValue": null,
"endValue": null,
"step": null,
"label": "是",
"value": "0",
"unit": null,
"factorId": "1797607520307851266",
"autoSubParam": null,
"autoSubParams": null
},
{
"id": "1797607520731476000",
"valueType": null,
"startValue": null,
"endValue": null,
"step": null,
"label": "否",
"value": "1",
"unit": null,
"factorId": "1797607520307851266",
"autoSubParam": null,
"autoSubParams": null
}
]
}
]
}
}
# 返回结果
| 状态码 | 状态码含义 | 说明 | 数据模型 |
|---|---|---|---|
| 200 | OK (opens new window) | 成功 | Inline |
# 返回数据结构
状态码 200
| 名称 | 类型 | 必选 | 约束 | 中文名 | 说明 |
|---|---|---|---|---|---|
| » code | integer | true | none | none | |
| » msg | null | true | none | none | |
| » data | object | true | none | none | |
| »» 1 | [object] | true | none | 新增装机规模 | none |
| »»» id | string | true | none | none | |
| »»» code | string | true | none | 影响因素参数编码 | none |
| »»» name | string | true | none | 影响因素参数名称 | none |
| »»» type | string | true | none | 影响因素类别 | none |
| »»» inferType | string | true | none | 推演类型 | none |
| »»» dataType | string | true | none | 数据类型 | none |
| »»» value | string | true | none | 影响因素值 | none |
| »»» area | string | true | none | none | |
| »»» trade | null | true | none | none | |
| »»» parentId | null | true | none | none | |
| »»» isDel | integer | true | none | none | |
| »»» createTime | string | true | none | none | |
| »»» updateTime | string¦null | true | none | none | |
| »»» childFactorList | [string] | true | none | 关联子影响因素 | none |
| »»» influencingFactorSubs | [object] | true | none | 影响因素配置项 | none |
| »»»» id | string | true | none | none | |
| »»»» valueType | null | true | none | 值类型 | none |
| »»»» startValue | string¦null | true | none | 起始值 | none |
| »»»» endValue | string¦null | true | none | 结束值 | none |
| »»»» step | string¦null | true | none | 步长 | none |
| »»»» label | string¦null | true | none | 值标签 | none |
| »»»» value | string | true | none | 默认值 | none |
| »»»» unit | null | true | none | 值单位 | none |
| »»»» factorId | string | true | none | none | |
| »»»» autoSubParam | null | true | none | none | |
| »»»» autoSubParams | null | true | none | 动态子参数配置列表 | none |
| »» 2 | [object] | true | none | 分布式光伏发电量 | none |
| »»» id | string | true | none | none | |
| »»» code | string | true | none | none | |
| »»» name | string | true | none | none | |
| »»» type | string | true | none | none | |
| »»» inferType | string | true | none | none | |
| »»» dataType | string | true | none | none | |
| »»» value | string | true | none | none | |
| »»» area | string | true | none | none | |
| »»» trade | null | true | none | none | |
| »»» parentId | null | true | none | none | |
| »»» isDel | integer | true | none | none | |
| »»» createTime | string | true | none | none | |
| »»» updateTime | string | true | none | none | |
| »»» childFactorList | [object] | true | none | none | |
| »»»» id | string | true | none | none | |
| »»»» code | string | true | none | none | |
| »»»» name | string | true | none | none | |
| »»»» type | string | true | none | none | |
| »»»» inferType | string | true | none | none | |
| »»»» dataType | string | true | none | none | |
| »»»» value | string | true | none | none | |
| »»»» area | string | true | none | none | |
| »»»» trade | null | true | none | none | |
| »»»» parentId | integer | true | none | none | |
| »»»» isDel | integer | true | none | none | |
| »»»» createTime | string | true | none | none | |
| »»»» updateTime | string | true | none | none | |
| »»»» childFactorList | null | true | none | none | |
| »»»» influencingFactorSubs | [object] | true | none | none | |
| »»»»» id | string | true | none | none | |
| »»»»» valueType | null | true | none | none | |
| »»»»» startValue | null | true | none | none | |
| »»»»» endValue | null | true | none | none | |
| »»»»» step | null | true | none | none | |
| »»»»» label | string¦null | true | none | none | |
| »»»»» value | string¦null | true | none | none | |
| »»»»» unit | null | true | none | none | |
| »»»»» factorId | string | true | none | none | |
| »»»»» autoSubParam | string¦null | true | none | none | |
| »»»»» autoSubParams | [object] | true | none | none | |
| »»»»»» name | string | true | none | none | |
| »»»»»» key | string | true | none | none | |
| »»»»»» value | string | true | none | none | |
| »»»»»» type | string | true | none | none | |
| »»» influencingFactorSubs | [object] | true | none | none | |
| »»»» id | string | true | none | none | |
| »»»» valueType | null | true | none | none | |
| »»»» startValue | string¦null | true | none | none | |
| »»»» endValue | string¦null | true | none | none | |
| »»»» step | string¦null | true | none | none | |
| »»»» label | string¦null | true | none | none | |
| »»»» value | string | true | none | none | |
| »»»» unit | null | true | none | none | |
| »»»» factorId | string | true | none | none | |
| »»»» autoSubParam | null | true | none | none | |
| »»»» autoSubParams | null | true | none | none | |
| »» 3 | [object] | true | none | 光伏日最大出力 | none |
| »»» id | string | true | none | none | |
| »»» code | string | true | none | none | |
| »»» name | string | true | none | none | |
| »»» type | string | true | none | none | |
| »»» inferType | string | true | none | none | |
| »»» dataType | string | true | none | none | |
| »»» value | string | true | none | none | |
| »»» area | string | true | none | none | |
| »»» trade | null | true | none | none | |
| »»» parentId | null | true | none | none | |
| »»» isDel | integer | true | none | none | |
| »»» createTime | string | true | none | none | |
| »»» updateTime | string | true | none | none | |
| »»» childFactorList | [object] | true | none | none | |
| »»»» id | string | true | none | none | |
| »»»» code | string | true | none | none | |
| »»»» name | string | true | none | none | |
| »»»» type | string | true | none | none | |
| »»»» inferType | string | true | none | none | |
| »»»» dataType | string | true | none | none | |
| »»»» value | string | true | none | none | |
| »»»» area | string | true | none | none | |
| »»»» trade | null | true | none | none | |
| »»»» parentId | integer | true | none | none | |
| »»»» isDel | integer | true | none | none | |
| »»»» createTime | string | true | none | none | |
| »»»» updateTime | string¦null | true | none | none | |
| »»»» childFactorList | null | true | none | none | |
| »»»» influencingFactorSubs | [object] | true | none | none | |
| »»»»» id | string | true | none | none | |
| »»»»» valueType | null | true | none | none | |
| »»»»» startValue | null | true | none | none | |
| »»»»» endValue | null | true | none | none | |
| »»»»» step | null | true | none | none | |
| »»»»» label | string¦null | true | none | none | |
| »»»»» value | string¦null | true | none | none | |
| »»»»» unit | null | true | none | none | |
| »»»»» factorId | string | true | none | none | |
| »»»»» autoSubParam | string¦null | true | none | none | |
| »»»»» autoSubParams | [object] | true | none | none | |
| »»»»»» name | string | true | none | none | |
| »»»»»» key | string | true | none | none | |
| »»»»»» value | string | true | none | none | |
| »»»»»» type | string | true | none | none | |
| »»» influencingFactorSubs | [object] | true | none | none | |
| »»»» id | string | true | none | none | |
| »»»» valueType | null | true | none | none | |
| »»»» startValue | null | true | none | none | |
| »»»» endValue | null | true | none | none | |
| »»»» step | null | true | none | none | |
| »»»» label | string | true | none | none | |
| »»»» value | string | true | none | none | |
| »»»» unit | null | true | none | none | |
| »»»» factorId | string | true | none | none | |
| »»»» autoSubParam | null | true | none | none | |
| »»»» autoSubParams | null | true | none | none |
# GET 通过推演方案id查询所属任务列表
GET /findListBySchemeId/1795781874560331778
请求参数
| 名称 | 位置 | 类型 | 必选 | 中文名 | 说明 |
|---|---|---|---|---|---|
| schemeId | query | string | 否 | 方案id |
返回示例
成功
{
"code": 200,
"msg": null,
"data": [
{
"id": "1800543695758675970",
"code": "CqNZj3m32o4uz9JzO5tW",
"name": "河北分布推演_8_20240611230044",
"frequency": 8,
"area": "130000",
"schemeId": "1798558951000932380",
"inferTime": "2024-06-11T15:00:44.000+00:00",
"status": "0",
"createType": "0",
"createTime": "2024-06-11 23:00:44",
"updateTime": null,
"isDel": 0,
"userBy": null,
"taskFactors": [
{
"id": "1800543695796424705",
"taskId": "1800543695758675970",
"factorId": "1797597557359456258",
"factorName": null,
"factorType": null,
"factorValue": "0",
"createTime": "2024-06-11 20:47:29",
"updateTime": null
},
{
"id": "1800543695796424706",
"taskId": "1800543695758675970",
"factorId": "1797602057340137473",
"factorName": null,
"factorType": null,
"factorValue": "2",
"createTime": "2024-06-11 20:47:29",
"updateTime": null
}
]
}
]
}
# 返回结果
| 状态码 | 状态码含义 | 说明 | 数据模型 |
|---|---|---|---|
| 200 | OK (opens new window) | 成功 | Inline |
# 返回数据结构
状态码 200
| 名称 | 类型 | 必选 | 约束 | 中文名 | 说明 |
|---|---|---|---|---|---|
| body | body | object | 否 | none | |
| » code | body | integer | 是 | none | |
| » msg | body | null | 是 | none | |
| » data | body | [object] | 是 | none | |
| »» id | body | string | 是 | none | |
| »» code | body | string | 是 | 任务编码 | none |
| »» name | body | string | 是 | 任务名称 | none |
| »» frequency | body | integer | 是 | 执行次数 | none |
| »» area | body | string | 是 | 地区编码 | none |
| »» schemeId | body | string | 是 | 方案id | none |
| »» inferTime | body | string | 是 | 推演时间 | none |
| »» status | body | string | 是 | 推演状态 | none |
| »» createType | body | string | 是 | 创建类型 | none |
| »» createTime | body | string | 是 | 创建时间 | none |
| »» updateTime | body | null | 是 | 修改时间 | none |
| »» taskFactors | body | [object] | 是 | 配置影响因素 | none |
| »»» id | body | string | 是 | none | |
| »»» taskId | body | string | 是 | 任务id | none |
| »»» factorId | body | string | 是 | 影响因素id | none |
| »»» factorName | body | null | 是 | 影响因素名称 | none |
| »»» factorType | body | null | 是 | 影响因素类型 | none |
| »»» factorValue | body | string | 是 | 影响因素值 | none |
# GET 根据任务id查询分布式光伏自发自用推演负荷
GET /inferResult/getPhotovoltaicLoadResult
# 请求参数
| 名称 | 位置 | 类型 | 必选 | 中文名 | 说明 |
|---|---|---|---|---|---|
| taskId | query | string | 否 | 任务id | |
| Authorization | header | string | 否 | none |
返回示例
成功
{
"code": 200,
"msg": null,
"data": [
{
"time": "2025-05",
"data": {
"time": "2025-05",
"areaName": "河北",
"areaCode": "130000",
"value": "9533",
"childList": [
{
"time": "2025-05",
"areaName": "石家庄",
"areaCode": "130100",
"value": "3556"
},
{
"time": "2025-05",
"areaName": "保定",
"areaCode": "130600",
"value": "5108"
},
{
"time": "2025-05",
"areaName": "邯郸",
"areaCode": "130400",
"value": "3076"
},
{
"time": "2025-05",
"areaName": "张家口",
"areaCode": "130700",
"value": "7988"
},
{
"time": "2025-05",
"areaName": "唐山",
"areaCode": "130200",
"value": "7699"
},
{
"time": "2025-05",
"areaName": "秦皇岛",
"areaCode": "130300",
"value": "5847"
},
{
"time": "2025-05",
"areaName": "廊坊",
"areaCode": "131000",
"value": "5361"
},
{
"time": "2025-05",
"areaName": "邢台",
"areaCode": "130500",
"value": "5482"
},
{
"time": "2025-05",
"areaName": "承德",
"areaCode": "130800",
"value": "7628"
},
{
"time": "2025-05",
"areaName": "衡水",
"areaCode": "131100",
"value": "6806"
},
{
"time": "2025-05",
"areaName": "沧州",
"areaCode": "130900",
"value": "1816"
}
]
}
},
{
"time": "2025-04",
"data": {
"time": "2025-04",
"areaName": "河北",
"areaCode": "130000",
"value": "9535",
"childList": [
{
"time": "2025-04",
"areaName": "石家庄",
"areaCode": "130100",
"value": "6513"
},
{
"time": "2025-04",
"areaName": "保定",
"areaCode": "130600",
"value": "6666"
},
{
"time": "2025-04",
"areaName": "邯郸",
"areaCode": "130400",
"value": "4091"
},
{
"time": "2025-04",
"areaName": "张家口",
"areaCode": "130700",
"value": "4600"
},
{
"time": "2025-04",
"areaName": "唐山",
"areaCode": "130200",
"value": "8016"
},
{
"time": "2025-04",
"areaName": "秦皇岛",
"areaCode": "130300",
"value": "3187"
},
{
"time": "2025-04",
"areaName": "廊坊",
"areaCode": "131000",
"value": "3975"
},
{
"time": "2025-04",
"areaName": "邢台",
"areaCode": "130500",
"value": "3844"
},
{
"time": "2025-04",
"areaName": "承德",
"areaCode": "130800",
"value": "7462"
},
{
"time": "2025-04",
"areaName": "衡水",
"areaCode": "131100",
"value": "9987"
},
{
"time": "2025-04",
"areaName": "沧州",
"areaCode": "130900",
"value": "7058"
}
]
}
},
{
"time": "2024-06",
"data": {
"time": "2024-06",
"areaName": "河北",
"areaCode": "130000",
"value": "5343",
"childList": [
{
"time": "2024-06",
"areaName": "石家庄",
"areaCode": "130100",
"value": "1185"
},
{
"time": "2024-06",
"areaName": "保定",
"areaCode": "130600",
"value": "1893"
},
{
"time": "2024-06",
"areaName": "邯郸",
"areaCode": "130400",
"value": "6875"
},
{
"time": "2024-06",
"areaName": "张家口",
"areaCode": "130700",
"value": "8899"
},
{
"time": "2024-06",
"areaName": "唐山",
"areaCode": "130200",
"value": "6662"
},
{
"time": "2024-06",
"areaName": "秦皇岛",
"areaCode": "130300",
"value": "4759"
},
{
"time": "2024-06",
"areaName": "廊坊",
"areaCode": "131000",
"value": "2433"
},
{
"time": "2024-06",
"areaName": "邢台",
"areaCode": "130500",
"value": "4645"
},
{
"time": "2024-06",
"areaName": "承德",
"areaCode": "130800",
"value": "3634"
},
{
"time": "2024-06",
"areaName": "衡水",
"areaCode": "131100",
"value": "5471"
},
{
"time": "2024-06",
"areaName": "沧州",
"areaCode": "130900",
"value": "5066"
}
]
}
},
{
"time": "2025-06",
"data": {
"time": "2025-06",
"areaName": "河北",
"areaCode": "130000",
"value": "8843",
"childList": [
{
"time": "2025-06",
"areaName": "石家庄",
"areaCode": "130100",
"value": "2882"
},
{
"time": "2025-06",
"areaName": "保定",
"areaCode": "130600",
"value": "2115"
},
{
"time": "2025-06",
"areaName": "邯郸",
"areaCode": "130400",
"value": "1657"
},
{
"time": "2025-06",
"areaName": "张家口",
"areaCode": "130700",
"value": "9436"
},
{
"time": "2025-06",
"areaName": "唐山",
"areaCode": "130200",
"value": "1748"
},
{
"time": "2025-06",
"areaName": "秦皇岛",
"areaCode": "130300",
"value": "7036"
},
{
"time": "2025-06",
"areaName": "廊坊",
"areaCode": "131000",
"value": "6398"
},
{
"time": "2025-06",
"areaName": "邢台",
"areaCode": "130500",
"value": "2127"
},
{
"time": "2025-06",
"areaName": "承德",
"areaCode": "130800",
"value": "5220"
},
{
"time": "2025-06",
"areaName": "衡水",
"areaCode": "131100",
"value": "2569"
},
{
"time": "2025-06",
"areaName": "沧州",
"areaCode": "130900",
"value": "2021"
}
]
}
},
{
"time": "2024-08",
"data": {
"time": "2024-08",
"areaName": "河北",
"areaCode": "130000",
"value": "2413",
"childList": [
{
"time": "2024-08",
"areaName": "石家庄",
"areaCode": "130100",
"value": "7455"
},
{
"time": "2024-08",
"areaName": "保定",
"areaCode": "130600",
"value": "8042"
},
{
"time": "2024-08",
"areaName": "邯郸",
"areaCode": "130400",
"value": "5304"
},
{
"time": "2024-08",
"areaName": "张家口",
"areaCode": "130700",
"value": "8469"
},
{
"time": "2024-08",
"areaName": "唐山",
"areaCode": "130200",
"value": "5102"
},
{
"time": "2024-08",
"areaName": "秦皇岛",
"areaCode": "130300",
"value": "5659"
},
{
"time": "2024-08",
"areaName": "廊坊",
"areaCode": "131000",
"value": "8987"
},
{
"time": "2024-08",
"areaName": "邢台",
"areaCode": "130500",
"value": "2053"
},
{
"time": "2024-08",
"areaName": "承德",
"areaCode": "130800",
"value": "6044"
},
{
"time": "2024-08",
"areaName": "衡水",
"areaCode": "131100",
"value": "9575"
},
{
"time": "2024-08",
"areaName": "沧州",
"areaCode": "130900",
"value": "4248"
}
]
}
},
{
"time": "2024-07",
"data": {
"time": "2024-07",
"areaName": "河北",
"areaCode": "130000",
"value": "1461",
"childList": [
{
"time": "2024-07",
"areaName": "石家庄",
"areaCode": "130100",
"value": "2938"
},
{
"time": "2024-07",
"areaName": "保定",
"areaCode": "130600",
"value": "8380"
},
{
"time": "2024-07",
"areaName": "邯郸",
"areaCode": "130400",
"value": "7611"
},
{
"time": "2024-07",
"areaName": "张家口",
"areaCode": "130700",
"value": "9583"
},
{
"time": "2024-07",
"areaName": "唐山",
"areaCode": "130200",
"value": "3880"
},
{
"time": "2024-07",
"areaName": "秦皇岛",
"areaCode": "130300",
"value": "3637"
},
{
"time": "2024-07",
"areaName": "廊坊",
"areaCode": "131000",
"value": "1925"
},
{
"time": "2024-07",
"areaName": "邢台",
"areaCode": "130500",
"value": "5776"
},
{
"time": "2024-07",
"areaName": "承德",
"areaCode": "130800",
"value": "2093"
},
{
"time": "2024-07",
"areaName": "衡水",
"areaCode": "131100",
"value": "7047"
},
{
"time": "2024-07",
"areaName": "沧州",
"areaCode": "130900",
"value": "2032"
}
]
}
},
{
"time": "2024-09",
"data": {
"time": "2024-09",
"areaName": "河北",
"areaCode": "130000",
"value": "5177",
"childList": [
{
"time": "2024-09",
"areaName": "石家庄",
"areaCode": "130100",
"value": "8918"
},
{
"time": "2024-09",
"areaName": "保定",
"areaCode": "130600",
"value": "1893"
},
{
"time": "2024-09",
"areaName": "邯郸",
"areaCode": "130400",
"value": "2105"
},
{
"time": "2024-09",
"areaName": "张家口",
"areaCode": "130700",
"value": "6391"
},
{
"time": "2024-09",
"areaName": "唐山",
"areaCode": "130200",
"value": "9626"
},
{
"time": "2024-09",
"areaName": "秦皇岛",
"areaCode": "130300",
"value": "7007"
},
{
"time": "2024-09",
"areaName": "廊坊",
"areaCode": "131000",
"value": "6158"
},
{
"time": "2024-09",
"areaName": "邢台",
"areaCode": "130500",
"value": "9316"
},
{
"time": "2024-09",
"areaName": "承德",
"areaCode": "130800",
"value": "8132"
},
{
"time": "2024-09",
"areaName": "衡水",
"areaCode": "131100",
"value": "9540"
},
{
"time": "2024-09",
"areaName": "沧州",
"areaCode": "130900",
"value": "8942"
}
]
}
},
{
"time": "2025-01",
"data": {
"time": "2025-01",
"areaName": "河北",
"areaCode": "130000",
"value": "9366",
"childList": [
{
"time": "2025-01",
"areaName": "石家庄",
"areaCode": "130100",
"value": "5782"
},
{
"time": "2025-01",
"areaName": "保定",
"areaCode": "130600",
"value": "1103"
},
{
"time": "2025-01",
"areaName": "邯郸",
"areaCode": "130400",
"value": "7385"
},
{
"time": "2025-01",
"areaName": "张家口",
"areaCode": "130700",
"value": "6506"
},
{
"time": "2025-01",
"areaName": "唐山",
"areaCode": "130200",
"value": "8428"
},
{
"time": "2025-01",
"areaName": "秦皇岛",
"areaCode": "130300",
"value": "5485"
},
{
"time": "2025-01",
"areaName": "廊坊",
"areaCode": "131000",
"value": "1207"
},
{
"time": "2025-01",
"areaName": "邢台",
"areaCode": "130500",
"value": "6165"
},
{
"time": "2025-01",
"areaName": "承德",
"areaCode": "130800",
"value": "7925"
},
{
"time": "2025-01",
"areaName": "衡水",
"areaCode": "131100",
"value": "1606"
},
{
"time": "2025-01",
"areaName": "沧州",
"areaCode": "130900",
"value": "8579"
}
]
}
},
{
"time": "2024-11",
"data": {
"time": "2024-11",
"areaName": "河北",
"areaCode": "130000",
"value": "7311",
"childList": [
{
"time": "2024-11",
"areaName": "石家庄",
"areaCode": "130100",
"value": "9556"
},
{
"time": "2024-11",
"areaName": "保定",
"areaCode": "130600",
"value": "2524"
},
{
"time": "2024-11",
"areaName": "邯郸",
"areaCode": "130400",
"value": "6420"
},
{
"time": "2024-11",
"areaName": "张家口",
"areaCode": "130700",
"value": "9969"
},
{
"time": "2024-11",
"areaName": "唐山",
"areaCode": "130200",
"value": "7863"
},
{
"time": "2024-11",
"areaName": "秦皇岛",
"areaCode": "130300",
"value": "6547"
},
{
"time": "2024-11",
"areaName": "廊坊",
"areaCode": "131000",
"value": "2412"
},
{
"time": "2024-11",
"areaName": "邢台",
"areaCode": "130500",
"value": "1618"
},
{
"time": "2024-11",
"areaName": "承德",
"areaCode": "130800",
"value": "8480"
},
{
"time": "2024-11",
"areaName": "衡水",
"areaCode": "131100",
"value": "5882"
},
{
"time": "2024-11",
"areaName": "沧州",
"areaCode": "130900",
"value": "1222"
}
]
}
},
{
"time": "2024-10",
"data": {
"time": "2024-10",
"areaName": "河北",
"areaCode": "130000",
"value": "8421",
"childList": [
{
"time": "2024-10",
"areaName": "石家庄",
"areaCode": "130100",
"value": "7330"
},
{
"time": "2024-10",
"areaName": "保定",
"areaCode": "130600",
"value": "9616"
},
{
"time": "2024-10",
"areaName": "邯郸",
"areaCode": "130400",
"value": "3843"
},
{
"time": "2024-10",
"areaName": "张家口",
"areaCode": "130700",
"value": "2184"
},
{
"time": "2024-10",
"areaName": "唐山",
"areaCode": "130200",
"value": "7810"
},
{
"time": "2024-10",
"areaName": "秦皇岛",
"areaCode": "130300",
"value": "6182"
},
{
"time": "2024-10",
"areaName": "廊坊",
"areaCode": "131000",
"value": "3301"
},
{
"time": "2024-10",
"areaName": "邢台",
"areaCode": "130500",
"value": "6635"
},
{
"time": "2024-10",
"areaName": "承德",
"areaCode": "130800",
"value": "4017"
},
{
"time": "2024-10",
"areaName": "衡水",
"areaCode": "131100",
"value": "4233"
},
{
"time": "2024-10",
"areaName": "沧州",
"areaCode": "130900",
"value": "3995"
}
]
}
},
{
"time": "2025-03",
"data": {
"time": "2025-03",
"areaName": "河北",
"areaCode": "130000",
"value": "8373",
"childList": [
{
"time": "2025-03",
"areaName": "石家庄",
"areaCode": "130100",
"value": "7423"
},
{
"time": "2025-03",
"areaName": "保定",
"areaCode": "130600",
"value": "5438"
},
{
"time": "2025-03",
"areaName": "邯郸",
"areaCode": "130400",
"value": "2854"
},
{
"time": "2025-03",
"areaName": "张家口",
"areaCode": "130700",
"value": "1761"
},
{
"time": "2025-03",
"areaName": "唐山",
"areaCode": "130200",
"value": "6778"
},
{
"time": "2025-03",
"areaName": "秦皇岛",
"areaCode": "130300",
"value": "6535"
},
{
"time": "2025-03",
"areaName": "廊坊",
"areaCode": "131000",
"value": "4719"
},
{
"time": "2025-03",
"areaName": "邢台",
"areaCode": "130500",
"value": "2487"
},
{
"time": "2025-03",
"areaName": "承德",
"areaCode": "130800",
"value": "5224"
},
{
"time": "2025-03",
"areaName": "衡水",
"areaCode": "131100",
"value": "9956"
},
{
"time": "2025-03",
"areaName": "沧州",
"areaCode": "130900",
"value": "9583"
}
]
}
},
{
"time": "2025-02",
"data": {
"time": "2025-02",
"areaName": "河北",
"areaCode": "130000",
"value": "3730",
"childList": [
{
"time": "2025-02",
"areaName": "石家庄",
"areaCode": "130100",
"value": "5577"
},
{
"time": "2025-02",
"areaName": "保定",
"areaCode": "130600",
"value": "8804"
},
{
"time": "2025-02",
"areaName": "邯郸",
"areaCode": "130400",
"value": "4681"
},
{
"time": "2025-02",
"areaName": "张家口",
"areaCode": "130700",
"value": "2757"
},
{
"time": "2025-02",
"areaName": "唐山",
"areaCode": "130200",
"value": "4053"
},
{
"time": "2025-02",
"areaName": "秦皇岛",
"areaCode": "130300",
"value": "1601"
},
{
"time": "2025-02",
"areaName": "廊坊",
"areaCode": "131000",
"value": "7075"
},
{
"time": "2025-02",
"areaName": "邢台",
"areaCode": "130500",
"value": "2537"
},
{
"time": "2025-02",
"areaName": "承德",
"areaCode": "130800",
"value": "5250"
},
{
"time": "2025-02",
"areaName": "衡水",
"areaCode": "131100",
"value": "6995"
},
{
"time": "2025-02",
"areaName": "沧州",
"areaCode": "130900",
"value": "1065"
}
]
}
},
{
"time": "2024-12",
"data": {
"time": "2024-12",
"areaName": "河北",
"areaCode": "130000",
"value": "4172",
"childList": [
{
"time": "2024-12",
"areaName": "石家庄",
"areaCode": "130100",
"value": "6598"
},
{
"time": "2024-12",
"areaName": "保定",
"areaCode": "130600",
"value": "1103"
},
{
"time": "2024-12",
"areaName": "邯郸",
"areaCode": "130400",
"value": "7375"
},
{
"time": "2024-12",
"areaName": "张家口",
"areaCode": "130700",
"value": "8379"
},
{
"time": "2024-12",
"areaName": "唐山",
"areaCode": "130200",
"value": "8230"
},
{
"time": "2024-12",
"areaName": "秦皇岛",
"areaCode": "130300",
"value": "9036"
},
{
"time": "2024-12",
"areaName": "廊坊",
"areaCode": "131000",
"value": "9110"
},
{
"time": "2024-12",
"areaName": "邢台",
"areaCode": "130500",
"value": "6821"
},
{
"time": "2024-12",
"areaName": "承德",
"areaCode": "130800",
"value": "7939"
},
{
"time": "2024-12",
"areaName": "衡水",
"areaCode": "131100",
"value": "4581"
},
{
"time": "2024-12",
"areaName": "沧州",
"areaCode": "130900",
"value": "2742"
}
]
}
}
]
}
# 返回结果
| 状态码 | 状态码含义 | 说明 | 数据模型 |
|---|---|---|---|
| 200 | OK (opens new window) | 成功 | Inline |
# 返回数据结构
状态码 200
| 名称 | 类型 | 必选 | 约束 | 中文名 | 说明 |
|---|---|---|---|---|---|
| » code | integer | true | none | none | |
| » msg | null | true | none | none | |
| » data | [object] | true | none | none | |
| »» time | string | true | none | 时间 | none |
| »» data | object | true | none | 数据集 | none |
| »»» time | string | true | none | 时间 | none |
| »»» areaName | string | true | none | 地区名称 | none |
| »»» areaCode | string | true | none | 地区编码 | none |
| »»» value | string | true | none | 值 | none |
| »»» childList | [object] | true | none | 下级区域数据集 | none |
| »»»» time | string | true | none | none | |
| »»»» areaName | string | true | none | none | |
| »»»» areaCode | string | true | none | none | |
| »»»» value | string | true | none | none |