{
"stationId": 0,
"district": "string",
"province": "string",
"city": "string",
"town": "string",
"propertyUserName": "string",
"communityName": "string",
"communityCode": "string",
"communityCost": "string",
"stationState": 0,
"stationType": 0,
"coordinateX": "string",
"coordinateY": "string",
"costTemplate": "string",
"stationName": "string",
"stationAddress": "string",
"stationRemark": "string",
"cardBlock": "string",
"cardPwd": "string",
"stationSettlement": "string",
"subType": 0,
"adminUserName": "string",
"percentage": "string",
"installWay": 0,
"siteCode": "string",
"siteName": "string",
"siteType": 0,
"showServiceFee": 0,
"common2": "string",
"isShow": 0,
"setmealStatus": 0,
"stationDividendList": [
{
"id": 0,
"merId": 0,
"stationId": 0,
"percentage": 0
}
],
"newCostTemplateId": 0
}curl --location --request POST '/web/station/addOrModify' \
--header 'Content-Type: application/json' \
--data-raw '{
"stationId": 0,
"district": "string",
"province": "string",
"city": "string",
"town": "string",
"propertyUserName": "string",
"communityName": "string",
"communityCode": "string",
"communityCost": "string",
"stationState": 0,
"stationType": 0,
"coordinateX": "string",
"coordinateY": "string",
"costTemplate": "string",
"stationName": "string",
"stationAddress": "string",
"stationRemark": "string",
"cardBlock": "string",
"cardPwd": "string",
"stationSettlement": "string",
"subType": 0,
"adminUserName": "string",
"percentage": "string",
"installWay": 0,
"siteCode": "string",
"siteName": "string",
"siteType": 0,
"showServiceFee": 0,
"common2": "string",
"isShow": 0,
"setmealStatus": 0,
"stationDividendList": [
{
"id": 0,
"merId": 0,
"stationId": 0,
"percentage": 0
}
],
"newCostTemplateId": 0
}'{
"ret": 0,
"message": "",
"body": {},
"totalRecord": 0,
"data": {}
}