{
"areaId": 0,
"area": 0,
"installCapacity": 0,
"roofType": "string",
"powerConsumption": 0,
"powerConsumptionTypeId": 0,
"buildType": "string",
"investType": "OWNER_SELF_INVESTMENT",
"isCalPowerConsumption": true,
"disElecPriceRatio": 0,
"flatTariff": 0,
"rentModel": 0,
"rentPrice": 0
}
curl --location --request POST 'https://zcb.test.solarpv.top/api/third/buildCostQuery' \
--header 'Content-Type: application/json' \
--data-raw '{
"areaId": 0,
"area": 0,
"installCapacity": 0,
"roofType": "string",
"powerConsumption": 0,
"powerConsumptionTypeId": 0,
"buildType": "string",
"investType": "OWNER_SELF_INVESTMENT",
"isCalPowerConsumption": true,
"disElecPriceRatio": 0,
"flatTariff": 0,
"rentModel": 0,
"rentPrice": 0
}'
{
"message": "",
"status": 0,
"data": {}
}