{
"projectId": 0,
"name": "string",
"cityName": "string",
"provinceName": "string",
"areaName": "string",
"address": "string",
"unifyPrice": "string",
"pvYearAmount": 0,
"epcTotalCost": 0,
"operationPrice": 0,
"investType": "OWNER_SELF_INVESTMENT",
"powerConsumption": 0,
"powerConsumptionType": "string",
"powerConsumptionTypeStr": "string",
"weightElectricityPrice": 0,
"rentModel": 0,
"rentPrice": 0,
"disElecPriceRatio": 0,
"flatTariff": 0,
"faceAreaAll": 0
}
curl --location --request POST 'https://zcb.test.solarpv.top/api/project/update-report-project' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId": 0,
"name": "string",
"cityName": "string",
"provinceName": "string",
"areaName": "string",
"address": "string",
"unifyPrice": "string",
"pvYearAmount": 0,
"epcTotalCost": 0,
"operationPrice": 0,
"investType": "OWNER_SELF_INVESTMENT",
"powerConsumption": 0,
"powerConsumptionType": "string",
"powerConsumptionTypeStr": "string",
"weightElectricityPrice": 0,
"rentModel": 0,
"rentPrice": 0,
"disElecPriceRatio": 0,
"flatTariff": 0,
"faceAreaAll": 0
}'
{
"message": "",
"status": 0,
"data": {}
}