|
@@ -47,7 +47,7 @@ public class AirRouteService implements Runnable {
|
|
|
*/
|
|
|
public AirPlane getAirDetailInfo(AirDynamic info) throws IOException {
|
|
|
Map<String, Object> params = new HashMap<>();
|
|
|
- params.put("f", info.getF());
|
|
|
+ params.put("flight", info.getF());
|
|
|
params.put("altitude", info.getHigh());
|
|
|
params.put("equip_hint", info.getXingh());
|
|
|
String result = HttpProxy.http_get_json(URLs.air_detail_url, params);
|