|  |  | @ -257,7 +257,7 @@ public class OssController { | 
			
		
	
		
			
				
					|  |  |  | 				if (path.startsWith(StrConstant.SEPARATOR)){ | 
			
		
	
		
			
				
					|  |  |  | 					path = path.replaceFirst(StrConstant.SEPARATOR,StrConstant.EPMETY_STR); | 
			
		
	
		
			
				
					|  |  |  | 				} | 
			
		
	
		
			
				
					|  |  |  | 				String fileName = data.getUrl().substring(data.getUrl().lastIndexOf(StrConstant.SEPARATOR)); | 
			
		
	
		
			
				
					|  |  |  | 				String fileName = data.getUrl().substring(data.getUrl().lastIndexOf(StrConstant.SEPARATOR)+1); | 
			
		
	
		
			
				
					|  |  |  | 				redisUtils.set(RedisKeys.getOssFileKey(fileName),path,RedisUtils.MINUTE_THIRTY_EXPIRE); | 
			
		
	
		
			
				
					|  |  |  | 			} | 
			
		
	
		
			
				
					|  |  |  | 		} | 
			
		
	
	
		
			
				
					|  |  | 
 |