响应参数
参数名
类型
描述
必填
stationName
string
地球站名称
必填
nodeNumber
string
节点编号
必填
说明 / 示例
{
"msg": "success",
"code": 0,
"data": [
{
"stationId": 5,
"stationName": "测试地面站",
"nodeNumber": "12312",
"lon": 2,
"lat": 4,
"height": 3
},
{
"stationId": 1,
"stationName": "station1",
"nodeNumber": null,
"lon": 1,
"lat": 1,
"height": 1
},
{
"stationId": 3,
"stationName": "测试",
"nodeNumber": null,
"lon": 122,
"lat": 122,
"height": 122
},
{
"stationId": 4,
"stationName": "2",
"nodeNumber": null,
"lon": 2,
"lat": 2,
"height": 2
}
]
}