[TOC]
简要描述
-站点单查接口
请求URL
xsiotNeSiteInfromation/details
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
id |
是 |
string |
唯一标识 |
返回示例
{
"code": "0",
"msg": "操作成功",
"data": {
"id": "13",
"regionalCompany": "北京",
"regionalCompanyCode": "11111111111",
"branchCompany": "昌平",
"branchCompanyCode": "2222222222222222222222",
"networkSite": "沙河",
"networkSiteCode": "3333333333333",
"provinceName": "北京市",
"provinceCode": "444",
"cityName": "北京市",
"cityCode": "555",
"countyDistrictName": "昌平区",
"countyDistrictCode": "666",
"levelCode": "1",
"longitude": "121",
"latitude": "22",
"activationTime": "2022-10-10",
"gridConnectionType": "1",
"gridConnectionTime": "2022-10-10",
"ratedPower": "10",
"carbonReductionFactor": "123.0000",
"standardCoalSavingFactor": "12312.0000",
"electricityTariff": "122.00",
"installedPower": "111",
"integrator": "123",
"contactInformation": "123131232",
"uploadImage": "bc-ecmgt-dev:123212213131",
"gridTariff": "11",
"gridSubsidy": "123",
"otherTimePeriods": "12",
"hourlyTariffStatus": "1",
"gridAreaName": "东北",
"gridAreaCode": "121",
"installationSubsidy": "12312",
"hourlyTariffs": [
{
"siteIdentification": "13",
"electricityTariff": "2323.00",
"startTime": [
"14:40",
"15:40"
],
"id": "48"
},
{
"siteIdentification": "13",
"electricityTariff": "232323.00",
"startTime": [
"15:41",
"16:40"
],
"id": "46"
},
{
"siteIdentification": "13",
"electricityTariff": "23232323.00",
"startTime": [
"16:41",
"17:40"
],
"id": "45"
},
{
"siteIdentification": "13",
"electricityTariff": "2323232323.00",
"startTime": [
"17:41",
"18:40"
],
"id": "47"
}
]
}
}
响应参数说明
参数名 |
类型 |
说明 |
id |
string |
唯一标识 |
regionalCompany |
string |
地区公司名称 |
regionalCompanyCode |
string |
地区公司code |
branchCompany |
string |
分公司名称 |
branchCompanyCode |
string |
分公司code |
networkSite |
string |
站点名称 |
networkSiteCode |
string |
站点code |
provinceName |
string |
省名称 |
provinceCode |
string |
省code |
cityName |
string |
市名称 |
cityCode |
string |
市code |
countyDistrictName |
string |
县名称 |
countyDistrictCode |
string |
县code |
levelCode |
string |
级别code |
longitude |
string |
经度 |
latitude |
string |
纬度 |
activationTime |
string |
投用时间 |
gridConnectionType |
string |
并网类型 |
gridConnectionTime |
string |
并网时间 |
ratedPower |
string |
额定功率 |
installedPower |
string |
装机功率 |
carbonReductionFactor |
string |
碳减排因子 |
standardCoalSavingFactor |
string |
节约标准煤因子 |
integrator |
string |
集成商 |
contactInformation |
string |
联系方式 |
uploadImage |
string |
上传图片 |
electricityTariff |
string |
用电电价 |
gridTariff |
string |
上网电价 |
gridSubsidy |
string |
上网补贴 |
otherTimePeriods |
string |
其他时段 |
hourlyTariffStatus |
string |
是否分时电价 |
gridAreaName |
string |
电网区域名称 |
gridAreaCode |
string |
电网区域code |
installationSubsidy |
string |
装机补贴 |
hourlyTariffs |
string |
分时电价 |
分时电价参数
参数名 |
类型 |
说明 |
id |
string |
唯一标识 |
startTime |
string数组 |
开始时间数组 |
endTime |
string |
结束时间 |
electricityTariff |
BigDecimal |
用电电价 |
备注