{
"id": 0,
"province": "string",
"city": "string",
"town": "string",
"district": "string",
"communityName": "string",
"communityCode": "string",
"name": "string",
"siteType": 0,
"installWay": 0,
"coordinateX": "string",
"coordinateY": "string",
"realCoordinateX": "string",
"realCoordinateY": "string",
"setmealStatus": 0,
"address": "string",
"powerStationType": 0,
"stationFacility": "string",
"onlineTime": "string",
"remark": "string",
"siteCode": "string",
"chargeMode": 0,
"tid": 0,
"newCostTemplateId": 0,
"stationDividendList": [
{
"id": 0,
"merId": 0,
"stationId": 0,
"percentage": 0
}
],
"file": [
{
"id": 0,
"sId": 0,
"type": "string",
"name": "string",
"url": "string",
"objectName": "string",
"picType": 0
}
],
"stationState": 0,
"subType": 0,
"type": 0,
"installCamera": 0,
"openOutside": 0,
"areaAdminAccount": "string",
"propertyAdminAccount": "string",
"streetCode": "string"
}curl --location --request POST '/station/submit' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"province": "string",
"city": "string",
"town": "string",
"district": "string",
"communityName": "string",
"communityCode": "string",
"name": "string",
"siteType": 0,
"installWay": 0,
"coordinateX": "string",
"coordinateY": "string",
"realCoordinateX": "string",
"realCoordinateY": "string",
"setmealStatus": 0,
"address": "string",
"powerStationType": 0,
"stationFacility": "string",
"onlineTime": "string",
"remark": "string",
"siteCode": "string",
"chargeMode": 0,
"tid": 0,
"newCostTemplateId": 0,
"stationDividendList": [
{
"id": 0,
"merId": 0,
"stationId": 0,
"percentage": 0
}
],
"file": [
{
"id": 0,
"sId": 0,
"type": "string",
"name": "string",
"url": "string",
"objectName": "string",
"picType": 0
}
],
"stationState": 0,
"subType": 0,
"type": 0,
"installCamera": 0,
"openOutside": 0,
"areaAdminAccount": "string",
"propertyAdminAccount": "string",
"streetCode": "string"
}'{
"code": 0,
"msg": "",
"time": 0,
"data": false
}