文档
测试

回显地基节点与未绑定数据

GET
/tgky/nodeInfo/showDj

响应参数

参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:0
必填
data
array
数据列表
必填
stationId
int
地球站id
必填
stationName
string
地球站名称
必填
nodeNumber
string
节点编号
必填
lon
int
精度
必填
lat
int
维度
必填
height
int
高度
必填

说明 / 示例

{ "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 } ] }