Authorization: Bearer ********************
curl --location --request GET '/appMark/api/station/getStationById/'
{
"code": 0,
"msg": "string",
"data": {
"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"
}
}