[
{
"operatorId": "string",
"stationId": "string",
"placeType": 0,
"stationType": 0,
"stationName": "string",
"stationStatus": 0,
"accountablePerson": "string",
"accountablePhone": "string",
"provinceCode": "string",
"cityCode": "string",
"regionCode": "string",
"streetCode": "string",
"communityCode": "string",
"address": "string",
"fullAddress": "string",
"longitude": 0,
"latitude": 0,
"picUrl": "string",
"installDate": "string",
"canopyType": 0,
"cameraType": 0,
"smokeDetectorType": 0,
"fireControlType": 0,
"remark": "string",
"details": "string"
}
]curl --location --request POST '/govbiz/open/station/addOrModifyStation' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"operatorId": "string",
"stationId": "string",
"placeType": 0,
"stationType": 0,
"stationName": "string",
"stationStatus": 0,
"accountablePerson": "string",
"accountablePhone": "string",
"provinceCode": "string",
"cityCode": "string",
"regionCode": "string",
"streetCode": "string",
"communityCode": "string",
"address": "string",
"fullAddress": "string",
"longitude": 0,
"latitude": 0,
"picUrl": "string",
"installDate": "string",
"canopyType": 0,
"cameraType": 0,
"smokeDetectorType": 0,
"fireControlType": 0,
"remark": "string",
"details": "string"
}
]'{
"code": "",
"msg": "",
"data": null,
"stackTraceMsg": ""
}