@@ -39,7 +39,7 @@ public class AirportServiceImpl implements AirportService { | |||
} | |||
String url = tenant.getAirportUrl() + API_AIRPORT_LIST; | |||
String param = "page=1&limit=10"; | |||
String param = "page=1&limit=100&tenantCode=" + tenant.getCode(); | |||
String airPortStr = HttpUtils.sendGet(url, param); | |||
JsonResult jsonResult = JacksonUtil.json2pojo(airPortStr, JsonResult.class); |