| 
					
				 | 
			
			
				@@ -89,6 +89,7 @@ public class GardenServiceImpl extends ServiceImpl<IGardenMapper, Garden> implem 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         Map<String, String> params = new HashMap<>(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         params.put("path", "/pages/subPages/login/index?gardenId=" + gardenId); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         params.put("width", "180"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        System.out.println(params.get("path")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         Response response = HttpUtils.getResponse(sb2.toString(), params); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (response.isSuccessful()) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             String key = "birdseye-look-mini/temp/" + System.currentTimeMillis() + "_" + gardenId + ".jpg"; 
			 |