645 B
645 B
航空器状态接口(模拟)
1.1 航空器进出港状态
1.1.1 接口地址:http://IP:端口/aircraftStatusController/getAircraftStatus
1.1.2 请求方式:get
1.1.3 请求参数:
1.1.4 返回格式:json
type:进出港类型 IN:进港 OUT:出港 flightNo:航班号 CA3456 inRunway :进港跑道编号 35 outRunway:出港跑道编号 34 contactCross:联络道口 F1 seat:目的机位 138 timestamp:时间戳 1715769600000
示例: { "type": "IN", "flightNo": "CA3456", "inRunway": "35", "outRunway": "34", "contactCross": "F1", "seat": "138", "timestamp": 1715769600000 }