@@ -93,7 +93,7 @@ public class PointFlightService { | |||
request.setAlt("60"); | |||
JSONObject jsonObject = new JSONObject(); | |||
jsonObject.put("airportId",request.getAirportId()); | |||
jsonObject.put("requestId",Integer.valueOf(inspectionId)); | |||
jsonObject.put("requestId",inspectionId); | |||
jsonObject.put("code",SystemConstant.PLATFORM_CODE); | |||
jsonObject.put("tenantCode",tenant.getCode()); | |||
jsonObject.put("alt",request.getLatitude()); |