|  |  | 
 |  |  |         Map<String, Object> result1 = sYClient.logIn(syURL, passwordMd5, username31); | 
 |  |  |         Map<String, Object> result0 = new HashMap(); | 
 |  |  |         //result0 = sYClient.getCarGPSTrack(syURL, carId, startTime, endTime, maxSpeed, (String) result1.get("sessionId")); | 
 |  |  |         result0 = getCarGPSTrack(syURL, carId, startTime, endTime, maxSpeed, (String) result1.get("sessionId")); | 
 |  |  |         try { | 
 |  |  |             result0 = getCarGPSTrack(syURL, carId, startTime, endTime, maxSpeed, (String) result1.get("sessionId")); | 
 |  |  |         } catch (Exception e) { | 
 |  |  |             return Results.error("查询历史数据数量过多导致超时,请缩小范围查询!"); | 
 |  |  |         } | 
 |  |  |         List<Map<String, Object>> list = (List<Map<String, Object>>) result0.get("list"); | 
 |  |  |         if (list.isEmpty()) { | 
 |  |  |             return Results.succeed(); |