{
"id": 0,
"stationName": "string",
"belongCity": 0,
"belongCounty": 0,
"stationAddress": "string",
"stationLon": "string",
"stationLat": "string",
"managerName": "string",
"managerId": "string",
"managerPhone": "string",
"stationPhone": "string",
"isDelete": 0,
"remark": "string",
"createTime": "2019-08-24T14:15:22Z",
"createBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"distance": 0,
"location": "string"
}
curl --location --request POST '/operate/station/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"stationName": "string",
"belongCity": 0,
"belongCounty": 0,
"stationAddress": "string",
"stationLon": "string",
"stationLat": "string",
"managerName": "string",
"managerId": "string",
"managerPhone": "string",
"stationPhone": "string",
"isDelete": 0,
"remark": "string",
"createTime": "2019-08-24T14:15:22Z",
"createBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"distance": 0,
"location": "string"
}'
{
"total": 0,
"rows": [
{}
],
"code": 0,
"msg": "string"
}