Seating details Seat map key PitchWidthSeating details Business 37 21 20 recliner seats Economy 30 18 162 standard seats In-flight amenities Audio Video AC Power Internet Food A music collection from over 3,500 artists as well as several audio books are available for selection. Click her...
@@ -458,7 +457,6 @@ private void friendHomeOpen(List<Seat> seats, Queue<String> shopIds) { 458 457 String userId = seat.userId; 459 458 try { 460 459 String s = AntStallRpcCall.friendHome(userId); 461 - TimeUtil.sleep(1000); 462 460 JSONObject jo = new JSONObject(s...
if (seat.has("coinsMap")) { Expand Down Expand Up @@ -360,7 +360,7 @@ private void rankCoinDonate(Queue<String> shopIds) { } } private static void openShop(String seatId, String userId, Queue<String> shopIds) { private void openShop(String seatId, String userId, Queue<String> sh...
private static void sendBack(JSONObject seatsMap) { try { for (int i = 1; i <= 2; i++) { JSONObject seat = seatsMap.getJSONObject("GUEST_0" + i); String seatId = seat.getString("seatId"); if ("FREE".equals(seat.getString("status"))) { inviteOpen(seatId); continue; }...