简要描述
请求URL
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
stationName |
是 |
string |
站点名称 |
stationCode |
是 |
int |
站点编号 5位数字 |
stationType |
是 |
string |
站点类型(STATION=站点,MIX=站场混合,V=虚拟站, G=拐点站) |
longitude0 |
是 |
string |
站点经度(中心点) |
latitude0 |
是 |
string |
站点纬度(中心点) |
返回示例
{
"code":0,
"msg":null,
"data":{
"id":54753,
"stationCode":1304,
"stationName":"黄金海岸站",
"aliasName":"",
"longitude0":119.341342,
"latitude0":39.701755,
"radius0":10,
"longitude1":119.341342,
"latitude1":39.701755,
"radius1":10,
"longitude2":119.341342,
"latitude2":39.701755,
"radius2":10,
"hasEleboard":null,
"hasAdvboard":null,
"isActive":1,
"stationType":"STATION",
"siteId":null,
"createdBy":"18023",
"createdTime":"2022-07-27 13:49:58",
"updatedBy":"18023",
"updatedTime":"2022-07-27 13:49:58"
}
}
返回参数说明
参数名 |
类型 |
说明 |
id |
int |
站点id |
stationCode |
int |
站点编号 |
stationName |
string |
站点名称 |
aliasName |
string |
站点别名 |
longitude0 |
string |
经度(中心点) |
latitude0 |
string |
纬度(中心点) |
radius0 |
int |
半径(中心点) |
longitude1 |
string |
纬度(进站点) |
latitude1 |
string |
站点别名 |
radius1 |
int |
半径(进站点) |
longitude2 |
string |
经度(出站点) |
latitude2 |
string |
纬度(出站点) |
radius2 |
int |
半径(出站点) |
latitude1 |
string |
纬度(进站点) |
stationType |
string |
站点类型(STATION=站点,MIX=站场混合,V=虚拟站, G=拐点站,W=码头站) |
备注
文档更新时间: 2022-07-29 18:20 作者:admin