| 
				
				
					
				
				
				 | 
			
			 | 
			@@ -687,7 +687,7 @@ public class TtOpenMaServiceImpl extends TtMaServiceImpl implements TtOpenMaServ | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    JsonObject asJsonObject = new JsonParser().parse(response).getAsJsonObject(); | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    Integer errno = GsonHelper.getInteger(asJsonObject, "errno"); | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    if(errno == 0){ | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			      JsonObject date = asJsonObject.get("date").getAsJsonObject(); | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			      JsonObject date = asJsonObject.get("data").getAsJsonObject(); | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			      return GsonHelper.getString(date, "path"); | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    } | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    return null; | 
		
		
	
	
		
			
				| 
				
					
				
				
				
				 | 
			
			 | 
			
  |